Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
Packages that use AbstractTraversable 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 AbstractTraversable in com.github.andrewoma.dexx.collection
Subclasses of AbstractTraversable in com.github.andrewoma.dexx.collection Modifier and Type Class Description class
ArrayList<E>
ArrayList
is anIndexedList
implementation backed by an array.(package private) class
Cons<E>
Cons constructs a new list by prepending a new element to an existing listclass
ConsList<E>
ConsList
is a functionalLinkedList
implementation that constructs a list by prepending an element to another list.class
DerivedKeyHashMap<K,V>
DerivedKeyHashMap
is aHashMap
variant where the key for theMap
is derived from the value stored.class
HashMap<K,V>
HashMap
is an implementation ofMap
based on a hash trie.class
HashSet<E>
HashSet
is an implementation ofSet
backed by aHashMap
.(package private) class
Nil<E>
Nil is the empty listclass
TreeMap<K,V>
class
TreeSet<E>
TreeSet
is an implementation ofSortedSet
backed by aTreeMap
.class
Vector<E>
Vector is a general-purpose, immutable data structure. -
Uses of AbstractTraversable in com.github.andrewoma.dexx.collection.internal.base
Subclasses of AbstractTraversable in com.github.andrewoma.dexx.collection.internal.base Modifier and Type Class Description class
AbstractIndexedList<E>
class
AbstractIterable<E>
class
AbstractLinkedList<E>
class
AbstractList<E>
class
AbstractMap<K,V>
class
AbstractSet<E>
class
AbstractSortedMap<K,V>
class
AbstractSortedSet<E>
class
MappedIterable<T,F>
-
Uses of AbstractTraversable in com.github.andrewoma.dexx.collection.internal.hashmap
Subclasses of AbstractTraversable in com.github.andrewoma.dexx.collection.internal.hashmap Modifier and Type Class Description class
ListMap<K,V>
(package private) class
ListMap.Node<K,V>
-