Package org.codehaus.groovy.util
Class ComplexKeyHashMap
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap
- Direct Known Subclasses:
SingleKeyHashMap
,TripleKeyHashMap
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static interface
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
Deprecated.protected static final int
Deprecated.protected static final int
Deprecated.protected int
Deprecated.protected ComplexKeyHashMap.Entry[]
Deprecated.protected int
Deprecated. -
Constructor Summary
ConstructorDescriptionDeprecated.ComplexKeyHashMap
(boolean b) Deprecated.ComplexKeyHashMap
(int expectedMaxSize) Deprecated. -
Method Summary
-
Field Details
-
table
Deprecated. -
DEFAULT_CAPACITY
protected static final int DEFAULT_CAPACITYDeprecated.- See Also:
-
MINIMUM_CAPACITY
protected static final int MINIMUM_CAPACITYDeprecated.- See Also:
-
MAXIMUM_CAPACITY
protected static final int MAXIMUM_CAPACITYDeprecated.- See Also:
-
size
protected int sizeDeprecated. -
threshold
protected transient int thresholdDeprecated.
-
-
Constructor Details
-
ComplexKeyHashMap
public ComplexKeyHashMap()Deprecated. -
ComplexKeyHashMap
public ComplexKeyHashMap(boolean b) Deprecated. -
ComplexKeyHashMap
public ComplexKeyHashMap(int expectedMaxSize) Deprecated.
-
-
Method Details
-
hash
public static int hash(int h) Deprecated. -
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
clear
public void clear()Deprecated. -
init
public void init(int initCapacity) Deprecated. -
resize
public void resize(int newLength) Deprecated. -
getTable
Deprecated. -
getEntrySetIterator
Deprecated.
-