Package org.codehaus.groovy.util
Class ComplexKeyHashMap
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap
- Direct Known Subclasses:
 SingleKeyHashMap,TripleKeyHashMap
Deprecated.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static interfaceDeprecated. - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intDeprecated.protected static final intDeprecated.protected static final intDeprecated.protected intDeprecated.protected ComplexKeyHashMap.Entry[]Deprecated.protected intDeprecated. - 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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. 
 -