VCollections – Release 1
Uses of Interface org.violetlib.collections.IIterable
-
-
Modifier and Type |
Interface and Description |
interface |
ICollection<V>
Common methods for immutable collections.
|
interface |
IList<V>
An immutable ordered collection of elements.
|
interface |
IMap<K,V>
An immutable map.
|
interface |
ISet<V>
An immutable set of elements.
|
Modifier and Type |
Method and Description |
IIterable<E> |
IIterator.asIterable()
|
static <T> IIterable<T> |
IIterable.from(Iterable<T> it)
Create an IIterable from an Iterable .
|