Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Hierarchy For Package org.violetlib.collections

Hierarchy For Package org.violetlib.collections

Interface Hierarchy

  • Binding<K,V>
  • Builder<V>
    • ListBuilder<V>
    • SetBuilder<V>
  • FindVisitor<E,R>
  • IMap.FVisitor<K,V,R>
  • IMap.Visitor<K,V>
  • IndexedFindVisitor<V,R>
  • IndexedVisitor<V>
  • Iterable<T>
    • IIterable<T>
      • ICollection<V>
        • IList<V> (also extends Iterable<T>)
        • ISet<V> (also extends IIterable<T>)
      • IMap<K,V>
      • ISet<V> (also extends ICollection<V>)
    • IList<V> (also extends ICollection<V>)
  • Iterator<E>
    • IIterator<E>
  • KeyedValueSorter<K,V>
  • MapBuilder<K,V>
  • MapListBuilder<K,V>
    • UnorderedMapListBuilder<K,V>
  • MapSetBuilder<K,V>
  • Visitor<E>

Enum Hierarchy

  • Object
    • Enum<E> (implements Comparable<T>, Serializable)
      • ListUsage