Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Uses of Interface org.violetlib.collections.IIterable
Deprecated: ShowHide

Uses of Interface
org.violetlib.collections.IIterable

    • Uses of IIterable in org.violetlib.collections

      Subinterfaces of IIterable in org.violetlib.collections 
      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.
      Methods in org.violetlib.collections that return IIterable 
      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.