On this page
[Java] Class ComplexKeyHashMap
- org.codehaus.groovy.util.ComplexKeyHashMap
public class ComplexKeyHashMap
extends Object
Nested Class Summary
Modifiers | Name | Description |
---|---|---|
static class |
ComplexKeyHashMap.Entry |
|
interface |
ComplexKeyHashMap.EntryIterator |
Field Summary
Modifiers | Name | Description |
---|---|---|
protected static int |
DEFAULT_CAPACITY |
|
protected static int |
MAXIMUM_CAPACITY |
|
protected static int |
MINIMUM_CAPACITY |
|
protected int |
size |
|
protected Map.Entry[] |
table |
|
protected int |
threshold |
Constructor Summary
Constructor and description |
---|
ComplexKeyHashMap () |
ComplexKeyHashMap (boolean b) |
ComplexKeyHashMap (int expectedMaxSize) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
clear() |
|
public MetaMethodIndex.EntryIterator |
getEntrySetIterator() |
|
public Entry[] |
getTable() |
|
public boolean |
hasNext() |
|
public static int |
hash(int h) |
|
public void |
init(int initCapacity) |
|
public boolean |
isEmpty() |
|
public Map.Entry |
next() |
|
public void |
resize(int newLength) |
|
public int |
size() |
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 Map.Entry[] table
protected int threshold
Constructor Detail
public ComplexKeyHashMap()
public ComplexKeyHashMap(boolean b)
public ComplexKeyHashMap(int expectedMaxSize)
Method Detail
public void clear()
public MetaMethodIndex.EntryIterator getEntrySetIterator()
public Entry[] getTable()
public boolean hasNext()
public static int hash(int h)
public void init(int initCapacity)
public boolean isEmpty()
public Map.Entry next()
public void resize(int newLength)
public int size()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/util/ComplexKeyHashMap.html