Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
-
Packages that use AbstractIterable Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.com.github.andrewoma.dexx.collection.internal.base com.github.andrewoma.dexx.collection.internal.hashmap -
-
Uses of AbstractIterable in com.github.andrewoma.dexx.collection
Subclasses of AbstractIterable in com.github.andrewoma.dexx.collection Modifier and Type Class Description classArrayList<E>ArrayListis anIndexedListimplementation backed by an array.(package private) classCons<E>Cons constructs a new list by prepending a new element to an existing listclassConsList<E>ConsListis a functionalLinkedListimplementation that constructs a list by prepending an element to another list.classDerivedKeyHashMap<K,V>DerivedKeyHashMapis aHashMapvariant where the key for theMapis derived from the value stored.classHashMap<K,V>HashMapis an implementation ofMapbased on a hash trie.classHashSet<E>HashSetis an implementation ofSetbacked by aHashMap.(package private) classNil<E>Nil is the empty listclassTreeMap<K,V>classTreeSet<E>TreeSetis an implementation ofSortedSetbacked by aTreeMap.classVector<E>Vector is a general-purpose, immutable data structure. -
Uses of AbstractIterable in com.github.andrewoma.dexx.collection.internal.base
Subclasses of AbstractIterable in com.github.andrewoma.dexx.collection.internal.base Modifier and Type Class Description classAbstractIndexedList<E>classAbstractLinkedList<E>classAbstractList<E>classAbstractMap<K,V>classAbstractSet<E>classAbstractSortedMap<K,V>classAbstractSortedSet<E>classMappedIterable<T,F> -
Uses of AbstractIterable in com.github.andrewoma.dexx.collection.internal.hashmap
Subclasses of AbstractIterable in com.github.andrewoma.dexx.collection.internal.hashmap Modifier and Type Class Description classListMap<K,V>(package private) classListMap.Node<K,V>
-