Package | Description |
---|---|
ej.basictool | |
ej.basictool.map |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
ArrayTools.createNewArray(T[] array,
int length)
Creates a new array with the same type as the given array.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractWeakPackedMap.getWrappedKeyHashCode(Object wrappedKey) |
protected K |
AbstractWeakPackedMap.unwrapKey(Object wrappedKey) |
protected K |
AbstractPackedMap.unwrapKey(Object wrappedKey)
Unwraps a wrapped key.
|