- checkArrayBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- checkBounds(byte[], int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the given byte array.
- checkBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- checkStringBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- clear() - Method in class ej.basictool.map.AbstractPackedMap
-
Removes all of the mappings from this map.
- clone() - Method in class ej.basictool.map.AbstractPackedMap
-
Returns a shallow copy of this map instance: the keys and values themselves are not cloned.
- clone() - Method in class ej.basictool.map.IdentityPackedMap
-
- clone() - Method in class ej.basictool.map.PackedMap
-
- clone() - Method in class ej.basictool.map.WeakIdentityPackedMap
-
- clone() - Method in class ej.basictool.map.WeakPackedMap
-
- contains(T[], T) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(int[], int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(int[], int, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- containsEquals(T[], T) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- containsEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- containsKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map contains a mapping for the specified key.
- containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- containsValue(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- copy(T[]) - Static method in class ej.basictool.ArrayTools
-
- copy(Object[], Class<T[]>) - Static method in class ej.basictool.ArrayTools
-
- copy(int[]) - Static method in class ej.basictool.ArrayTools
-
- copy(T[], int) - Static method in class ej.basictool.ArrayTools
-
- copy(Object[], int, Class<T[]>) - Static method in class ej.basictool.ArrayTools
-
- copy(int[], int) - Static method in class ej.basictool.ArrayTools
-
- createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
-
Creates a new array with the same type as the given array.
- createNewArray(Class<T[]>, int) - Static method in class ej.basictool.ArrayTools
-