|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvyamlb.util.IntHashMap
public class IntHashMap
Nested Class Summary | |
---|---|
private static class |
IntHashMap.Entry
|
private class |
IntHashMap.EntryIterator
|
private class |
IntHashMap.EntrySet
|
private class |
IntHashMap.HashIterator
|
private class |
IntHashMap.KeyIterator
|
private class |
IntHashMap.KeySet
|
private class |
IntHashMap.ValueIterator
|
private class |
IntHashMap.Values
|
Field Summary | |
---|---|
private int |
count
|
private java.util.Set |
entrySet
|
(package private) java.util.Set |
keySet
|
private float |
loadFactor
|
private IntHashMap.Entry[] |
table
|
private int |
threshold
|
(package private) java.util.Collection |
values
|
Constructor Summary | |
---|---|
IntHashMap()
|
|
IntHashMap(int initialCapacity)
|
|
IntHashMap(int initialCapacity,
float loadFactor)
|
Method Summary | |
---|---|
void |
clear()
|
boolean |
contains(java.lang.Object value)
|
boolean |
containsKey(int key)
|
boolean |
containsValue(java.lang.Object value)
|
java.util.Set |
entrySet()
|
java.lang.Object |
get(int key)
|
(package private) IntHashMap.Entry |
getEntry(int key)
|
boolean |
isEmpty()
|
java.util.Set |
keySet()
|
(package private) java.util.Iterator |
newEntryIterator()
|
(package private) java.util.Iterator |
newKeyIterator()
|
(package private) java.util.Iterator |
newValueIterator()
|
java.lang.Object |
put(int key,
java.lang.Object value)
|
protected void |
rehash()
|
java.lang.Object |
remove(int key)
|
int |
size()
|
java.util.Collection |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private transient IntHashMap.Entry[] table
private transient int count
transient volatile java.util.Set keySet
transient volatile java.util.Collection values
private int threshold
private float loadFactor
private transient java.util.Set entrySet
Constructor Detail |
---|
public IntHashMap()
public IntHashMap(int initialCapacity)
public IntHashMap(int initialCapacity, float loadFactor)
Method Detail |
---|
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object value)
public boolean containsValue(java.lang.Object value)
public boolean containsKey(int key)
public java.lang.Object get(int key)
protected void rehash()
IntHashMap.Entry getEntry(int key)
public java.lang.Object put(int key, java.lang.Object value)
public java.lang.Object remove(int key)
public void clear()
java.util.Iterator newKeyIterator()
java.util.Iterator newValueIterator()
java.util.Iterator newEntryIterator()
public java.util.Set keySet()
public java.util.Collection values()
public java.util.Set entrySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |