- tail() - Method in class com.github.andrewoma.dexx.collection.ArrayList
-
- tail() - Method in class com.github.andrewoma.dexx.collection.ConsList
-
- tail() - Method in class com.github.andrewoma.dexx.collection.internal.hashmap.ListMap
-
- tail() - Method in interface com.github.andrewoma.dexx.collection.LinkedList
-
- tail() - Method in interface com.github.andrewoma.dexx.collection.List
-
Returns a list containing all elements in the list, excluding the first element.
- tail() - Method in class com.github.andrewoma.dexx.collection.Vector
-
- tailMap(K) - Method in class com.github.andrewoma.dexx.collection.internal.adapter.SortedMapAdapter
-
- tailSet(E) - Method in class com.github.andrewoma.dexx.collection.internal.adapter.SortedSetAdapter
-
- take(int) - Method in class com.github.andrewoma.dexx.collection.ArrayList
-
- take(int) - Method in class com.github.andrewoma.dexx.collection.ConsList
-
- take(int) - Method in interface com.github.andrewoma.dexx.collection.IndexedList
-
- take(Tree<K, V>, int) - Method in class com.github.andrewoma.dexx.collection.internal.redblack.RedBlackTree
-
- take(int) - Method in interface com.github.andrewoma.dexx.collection.LinkedList
-
- take(int) - Method in interface com.github.andrewoma.dexx.collection.List
-
Returns a list containing the first number of elements from this list.
- take(int) - Method in interface com.github.andrewoma.dexx.collection.SortedMap
-
Returns a list containing the first number of elements from this list.
- take(int) - Method in interface com.github.andrewoma.dexx.collection.SortedSet
-
Returns a set containing the first number of elements from this set.
- take(int) - Method in class com.github.andrewoma.dexx.collection.TreeMap
-
- take(int) - Method in class com.github.andrewoma.dexx.collection.TreeSet
-
- take(int) - Method in class com.github.andrewoma.dexx.collection.Vector
-
- to(K, boolean) - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractSortedMap
-
- to(E, boolean) - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractSortedSet
-
- to(Builder<E, R>) - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- to(K, boolean) - Method in interface com.github.andrewoma.dexx.collection.SortedMap
-
Returns the top of the map up until the key specified.
- to(E, boolean) - Method in interface com.github.andrewoma.dexx.collection.SortedSet
-
Returns the top of the set up until the key specified.
- to(Builder<E, R>) - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to another collection using a builder.
- to(K, boolean) - Method in class com.github.andrewoma.dexx.collection.TreeMap
-
- to(E, boolean) - Method in class com.github.andrewoma.dexx.collection.TreeSet
-
- toArray(Traversable<E>, T[]) - Static method in class com.github.andrewoma.dexx.collection.internal.adapter.Adapters
-
- toArray() - Method in class com.github.andrewoma.dexx.collection.internal.adapter.ListAdapater
-
- toArray(T[]) - Method in class com.github.andrewoma.dexx.collection.internal.adapter.ListAdapater
-
- toArray() - Method in class com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater
-
- toArray(T[]) - Method in class com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater
-
- toArray() - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toArray(E[]) - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toArray() - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to an array of objects.
- toArray(E[]) - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to an array of objects of the correct type.
- toIndexedList() - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toIndexedList() - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to an indexed list.
- toSet() - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toSet() - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to a set.
- toSortedSet(Comparator<? super E>) - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toSortedSet(Comparator<? super E>) - Method in interface com.github.andrewoma.dexx.collection.Traversable
-
Converts this collection to a sorted set.
- toString() - Method in class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
-
- toString() - Method in class com.github.andrewoma.dexx.collection.Pair
-
- Traversable<E> - Interface in com.github.andrewoma.dexx.collection
-
Traversable is the root of the collection hierarchy.
- Tree<K,V> - Interface in com.github.andrewoma.dexx.collection.internal.redblack
-
- TreeFactory - Interface in com.github.andrewoma.dexx.collection.internal.redblack
-
- TreeMap<K,V> - Class in com.github.andrewoma.dexx.collection
-
- TreeMap() - Constructor for class com.github.andrewoma.dexx.collection.TreeMap
-
- TreeMap(Comparator<? super K>, KeyFunction<K, V>) - Constructor for class com.github.andrewoma.dexx.collection.TreeMap
-
- TreeSet<E> - Class in com.github.andrewoma.dexx.collection
-
TreeSet is an implementation of SortedSet backed by a TreeMap.
- TreeSet() - Constructor for class com.github.andrewoma.dexx.collection.TreeSet
-
- TreeSet(Comparator<? super E>) - Constructor for class com.github.andrewoma.dexx.collection.TreeSet
-