Package org.codehaus.groovy.util
Class ComplexKeyHashMap
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap
- Direct Known Subclasses:
- SingleKeyHashMap,- TripleKeyHashMap
Deprecated.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static interfaceDeprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final intDeprecated.protected static final intDeprecated.protected static final intDeprecated.protected intDeprecated.protected ComplexKeyHashMap.Entry[]Deprecated.protected intDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.ComplexKeyHashMap(boolean b) Deprecated.ComplexKeyHashMap(int expectedMaxSize) Deprecated.
- 
Method Summary
- 
Field Details- 
tableDeprecated.
- 
DEFAULT_CAPACITYprotected static final int DEFAULT_CAPACITYDeprecated.- See Also:
 
- 
MINIMUM_CAPACITYprotected static final int MINIMUM_CAPACITYDeprecated.- See Also:
 
- 
MAXIMUM_CAPACITYprotected static final int MAXIMUM_CAPACITYDeprecated.- See Also:
 
- 
sizeprotected int sizeDeprecated.
- 
thresholdprotected transient int thresholdDeprecated.
 
- 
- 
Constructor Details- 
ComplexKeyHashMappublic ComplexKeyHashMap()Deprecated.
- 
ComplexKeyHashMappublic ComplexKeyHashMap(boolean b) Deprecated.
- 
ComplexKeyHashMappublic ComplexKeyHashMap(int expectedMaxSize) Deprecated.
 
- 
- 
Method Details- 
hashpublic static int hash(int h) Deprecated.
- 
sizepublic int size()Deprecated.
- 
isEmptypublic boolean isEmpty()Deprecated.
- 
clearpublic void clear()Deprecated.
- 
initpublic void init(int initCapacity) Deprecated.
- 
resizepublic void resize(int newLength) Deprecated.
- 
getTableDeprecated.
- 
getEntrySetIteratorDeprecated.
 
-