|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.ComplexKeyHashMap
public class ComplexKeyHashMap extends Object
Nested Class Summary | |
---|---|
static 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 ComplexKeyHashMap.Entry[] |
table
|
protected int |
threshold
|
Method Summary | |
---|---|
def
|
ComplexKeyHashMap()
|
def
|
ComplexKeyHashMap(boolean b)
|
def
|
ComplexKeyHashMap(int expectedMaxSize)
|
void
|
clear()
|
ComplexKeyHashMap.EntryIterator
|
getEntrySetIterator()
|
Entry[]
|
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, equals, toString, hashCode, getClass, 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 ComplexKeyHashMap.Entry[] table
protected int threshold
Method Detail |
---|
public def ComplexKeyHashMap()
public def ComplexKeyHashMap(boolean b)
public def ComplexKeyHashMap(int expectedMaxSize)
public void clear()
public ComplexKeyHashMap.EntryIterator getEntrySetIterator()
public Entry[] 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-2013 The Codehaus. All rights reserved.