JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
E
G
H
I
K
P
R
S
U
V
W
I
IdentityPackedMap
<
K
,
V
> - Class in
ej.basictool.map
This class implements the
AbstractPackedMap
class, using reference-equality when comparing keys.
IdentityPackedMap()
- Constructor for class ej.basictool.map.
IdentityPackedMap
Constructs an empty map.
IdentityPackedMap(IdentityPackedMap<K, V>)
- Constructor for class ej.basictool.map.
IdentityPackedMap
Constructs a map with the same mappings as the specified map.
insert(T[], int, T)
- Static method in class ej.basictool.
ArrayTools
Inserts an element at an index in an array.
insert(T[], int, T, int)
- Static method in class ej.basictool.
ArrayTools
Inserts an element at an index in an array.
isEmpty()
- Method in class ej.basictool.map.
AbstractPackedMap
Returns
true
if this map contains no key-value mappings.
isSame(Object, Object)
- Method in class ej.basictool.map.
AbstractPackedMap
Checks whether two keys are equal or not.
isSame(Object, Object)
- Method in class ej.basictool.map.
IdentityPackedMap
isSame(Object, Object)
- Method in class ej.basictool.map.
PackedMap
isSame(Object, Object)
- Method in class ej.basictool.map.
WeakIdentityPackedMap
isSame(Object, Object)
- Method in class ej.basictool.map.
WeakPackedMap
A
B
C
E
G
H
I
K
P
R
S
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes