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

R

rehash(int) - Method in class sdds.HashTable
Expand the buckets into buckets new buckets.
rehash() - Method in class sdds.HashTable
Expand the buckets into the number of current buckets times HashTable.DEFAULT_EXPANSION_FACTOR.
remove(K) - Method in class sdds.DHashTable
Remove a key/value mapping from the dynamic hash table.
remove(K[]) - Method in class sdds.DHashTable
Remove multiple key/value mappings from the dynamic hash table.
remove(O) - Method in class sdds.DList
Remove the first instance of a given object from the dynamic list in O(n) time.
remove(K) - Method in class sdds.HashTable
Remove a key/value mapping from the hash table.
remove(K[]) - Method in class sdds.HashTable
Remove multiple key/value mappings from the hash table.
remove(O) - Method in class sdds.List
Remove the first instance of a given object from the list in O(n) time.
remove(K) - Method in class sdds.SHashTable
Remove a key/value mapping from the static hash table.
remove(K[]) - Method in class sdds.SHashTable
Remove multiple key/value mappings from the static hash table.
remove(O) - Method in class sdds.SList
Remove the first instance of a given object from the static list in O(n) time.
removeAll(O) - Method in class sdds.DList
Remove every instance of a given object from the dynamic list in O(n) time.
removeAll(O) - Method in class sdds.List
Remove every instance of a given object from the list in O(n) time.
removeAll(O) - Method in class sdds.SList
Remove every instance of a given object from the static list in O(n) time.
removeAllEquals(O) - Method in class sdds.DList
Remove every instance of a given object from the dynamic list in O(n) time.
removeAllEquals(O) - Method in class sdds.List
Remove every instance of a given object from the list in O(n) time.
removeAllEquals(O) - Method in class sdds.SList
Remove every instance of a given object from the list in O(n) time.
removeEquals(K) - Method in class sdds.DHashTable
Remove a key/value mapping from the dynamic hash table.
removeEquals(K[]) - Method in class sdds.DHashTable
Remove multiple key/value mappings from the dynamic hash table.
removeEquals(O) - Method in class sdds.DList
Remove the first instance of a given object from the dynamic list in O(n) time.
removeEquals(K) - Method in class sdds.HashTable
Remove a key/value mapping from the hash table.
removeEquals(K[]) - Method in class sdds.HashTable
Remove multiple key/value mappings from the hash table.
removeEquals(O) - Method in class sdds.List
Remove the first instance of a given object from the list in O(n) time.
removeEquals(K) - Method in class sdds.SHashTable
Remove a key/value mapping from the static hash table.
removeEquals(K[]) - Method in class sdds.SHashTable
Remove multiple key/value mappings from the static hash table.
removeEquals(O) - Method in class sdds.SList
Remove the first instance of a given object from the static list in O(n) time.
resetID() - Static method in class unit_tests.Item
 

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