[Java] Class ComplexKeyHashMap
- org.codehaus.groovy.util.ComplexKeyHashMap
public class ComplexKeyHashMap
extends Object
Nested Class Summary
Field Summary
Constructor Summary
Methods Summary
Inherited Methods Summary
Field Detail
protected static final int DEFAULT_CAPACITY
protected static final int MAXIMUM_CAPACITY
protected static final int MINIMUM_CAPACITY
protected int size
protected int threshold
Constructor Detail
public ComplexKeyHashMap()
public ComplexKeyHashMap(boolean b)
public ComplexKeyHashMap(int expectedMaxSize)
Method Detail
public void clear()
public Entry[] getTable()
public boolean hasNext()
public static int hash(int h)
public void init(int initCapacity)
public boolean isEmpty()
public void resize(int newLength)
public int size()