|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.ComplexKeyHashMap
class ComplexKeyHashMap extends Object
Nested Class Summary | |
---|---|
class |
ComplexKeyHashMap.Entry
|
interface |
ComplexKeyHashMap.EntryIterator
|
Field Summary | |
---|---|
protected static int |
DEFAULT_CAPACITY
|
protected static int |
MAXIMUM_CAPACITY
|
protected static int |
MINIMUM_CAPACITY
|
protected int |
size
|
protected Entry[] |
table
|
protected int |
threshold
|
Constructor Summary | |
ComplexKeyHashMap()
|
Method Summary | |
---|---|
def
|
ComplexKeyHashMap()
|
def
|
ComplexKeyHashMap(boolean b)
|
def
|
ComplexKeyHashMap(int expectedMaxSize)
|
void
|
clear()
|
EntryIterator
|
getEntrySetIterator()
|
def
|
getTable()
|
static int
|
hash(int h)
|
void
|
init(int initCapacity)
|
boolean
|
isEmpty()
|
void
|
resize(int newLength)
|
int
|
size()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
protected static final int DEFAULT_CAPACITY
protected static final int MAXIMUM_CAPACITY
protected static final int MINIMUM_CAPACITY
protected int size
protected Entry[] table
protected int threshold
Constructor Detail |
---|
ComplexKeyHashMap()
Method Detail |
---|
public def ComplexKeyHashMap()
public def ComplexKeyHashMap(boolean b)
public def ComplexKeyHashMap(int expectedMaxSize)
public void clear()
public EntryIterator getEntrySetIterator()
public def getTable()
public static int hash(int h)
public void init(int initCapacity)
public boolean isEmpty()
public void resize(int newLength)
public int size()
Copyright © 2003-2009 The Codehaus. All rights reserved.