A B C D E F G H I J K L M N O P R S T U V W

A

AbstractIndexedMapIndexer<K,V> - Class in org.rutil.collection.map
 
AbstractIndexedMapIndexer(boolean) - Constructor for class org.rutil.collection.map.AbstractIndexedMapIndexer
 
AbstractIterator<E> - Class in org.rutil.collection
Iterator implementation that is backed by an indexed data structure.
AbstractIterator() - Constructor for class org.rutil.collection.AbstractIterator
 
AbstractIterator(int) - Constructor for class org.rutil.collection.AbstractIterator
 
AbstractListIterator<E> - Class in org.rutil.collection
An index based datastructure backed iterator implementation.
AbstractListIterator() - Constructor for class org.rutil.collection.AbstractListIterator
 
AbstractListIterator(int) - Constructor for class org.rutil.collection.AbstractListIterator
 
add(E) - Method in class org.rutil.collection.AbstractListIterator
 
add(char) - Method in class org.rutil.collection.CharArrayList
 
add(T) - Method in class org.rutil.collection.FileBackedArrayList
 
add(long) - Method in class org.rutil.collection.LongArrayList
 
add(E) - Method in class org.rutil.collection.SingleLinkedList
Add element to end of the list.
add(String, VALUE_TYPE) - Method in class org.rutil.collection.trie.DataSourceBackedTrie
Adds this key to trie.
add(String, VALUE_TYPE) - Method in class org.rutil.collection.trie.InMemoryTrie
Adds this key to trie.
add(String, T) - Method in interface org.rutil.collection.trie.Trie
 
add(String, VALUE_TYPE) - Method in class org.rutil.collection.trie.TrieNode
 
addAll(SingleLinkedList<T>, SingleLinkedList<T>) - Static method in class org.rutil.collection.CollectionsHelper
 
addAll(Iterator<T>, SingleLinkedList<T>) - Static method in class org.rutil.collection.CollectionsHelper
 
addAll(Collection<? extends E>) - Method in class org.rutil.collection.SingleLinkedList
Invokes addAll(SingleLinkedList) or addAll(Iterator), depending on the input arg type.
addAll(Iterator<? extends E>) - Method in class org.rutil.collection.SingleLinkedList
Adds all elements in the iterator.
addAll(SingleLinkedList<E>) - Method in class org.rutil.collection.SingleLinkedList
Very fast bulk add implementation.
addAndGetPosition(T) - Method in class org.rutil.collection.FileBackedArrayList
 
addChars(String, int) - Method in class org.rutil.collection.trie.TrieNode
 
addElements(CharArrayList) - Method in class org.rutil.collection.CharArrayList
 
addElements(char[], int, int) - Method in class org.rutil.collection.CharArrayList
 
addElements(long[], int, int) - Method in class org.rutil.collection.LongArrayList
 
addKey(String, int) - Method in class org.rutil.collection.trie.TrieNode
 
addNewNode(String, int) - Method in class org.rutil.collection.trie.TrieNode
 
addNode(TrieNode<VALUE_TYPE>) - Method in class org.rutil.collection.trie.TrieNode
 
addValue(VALUE_TYPE) - Method in class org.rutil.collection.trie.TrieNode
 
areAllCharsPartOfKey(String, int) - Method in class org.rutil.collection.trie.TrieNode
 
areEqual(List, int, Object) - Method in class org.rutil.collection.map.IndexedMap
 

A B C D E F G H I J K L M N O P R S T U V W