A B C D E F G I K M N P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- realSize() - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the real size of the
DynamicArray
. - realSize() - Method in class me.wobblyyyy.edt.DynamicMap
-
Get the "real" size of the map.
- remove() - Method in class me.wobblyyyy.edt.DynamicArray
-
Remove the last-added element from the dynamic array.
- remove() - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Remove the last-added element from the dynamic array.
- remove(int) - Method in class me.wobblyyyy.edt.DynamicArray
-
Remove a value from a specified index in the
DynamicArray
's internal array of elements. - remove(int) - Method in class me.wobblyyyy.edt.DynamicMap
-
Remove whatever entry is contained at the given index.
- remove(int) - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Remove a value from a specified index in the
DynamicArray
's internal array of elements. - remove(int[]) - Method in class me.wobblyyyy.edt.DynamicArray
-
Remove a set of values based on an array of index targets.
- remove(int[]) - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Remove a set of values based on an array of index targets.
- remove(K) - Method in class me.wobblyyyy.edt.DynamicMap
-
Remove an element from the map based on a given key.
- remove(K, V) - Method in class me.wobblyyyy.edt.DynamicMap
-
Remove an element from the map based on a key and a value.
- remove(KeyValue<K, V>) - Method in class me.wobblyyyy.edt.DynamicMap
-
Remove an element from the map based on a key and a value.
- removeAfter(int) - Method in class me.wobblyyyy.edt.DynamicArray
-
Remove any elements after a specified cutoff index.
- removeAfter(int) - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Remove any elements after a specified cutoff index.
- removeByA(A) - Method in class me.wobblyyyy.edt.TrioMap
-
Remove the trio located at the index of the first occurrence of the queried value.
- removeByB(B) - Method in class me.wobblyyyy.edt.TrioMap
-
Remove the trio located at the index of the first occurrence of the queried value.
- removeByC(C) - Method in class me.wobblyyyy.edt.TrioMap
-
Remove the trio located at the index of the first occurrence of the queried value.
- removeByIndex(int) - Method in class me.wobblyyyy.edt.TrioMap
-
Remove the trio located at the requested index.
- removeByValue(V) - Method in class me.wobblyyyy.edt.DynamicMap
-
Remove an element from the map based on a given value.
- removeNumber(Number) - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Internal method called whenever a number needs to be removed.
- reset() - Method in class me.wobblyyyy.edt.DynamicArray
-
Reset the entire array.
- reset() - Method in class me.wobblyyyy.edt.DynamicMap
-
Reset the entire
DynamicMap
. - reset() - Method in class me.wobblyyyy.edt.functional.Analyzable
-
Reset the entire array.
- reset() - Method in class me.wobblyyyy.edt.TrioMap
-
Reset the entire trio map.
All Classes All Packages