| Package | Description |
|---|---|
| org.jruby.util.collections |
| Modifier and Type | Field and Description |
|---|---|
(package private) IntHashMap.Entry<V> |
IntHashMap.Entry.next |
(package private) IntHashMap.Entry<V> |
IntHashMap.HashIterator.next |
private IntHashMap.Entry<V>[] |
IntHashMap.table |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<IntHashMap.Entry<V>> |
IntHashMap.entrySet |
| Modifier and Type | Method and Description |
|---|---|
(package private) IntHashMap.Entry<V> |
IntHashMap.getEntry(int key) |
IntHashMap.Entry<V> |
IntHashMap.EntryIterator.next() |
(package private) IntHashMap.Entry<V> |
IntHashMap.HashIterator.nextEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntHashMap.Entry<V>> |
IntHashMap.entrySet() |
java.util.Iterator<IntHashMap.Entry<V>> |
IntHashMap.EntrySet.iterator() |
(package private) java.util.Iterator<IntHashMap.Entry<V>> |
IntHashMap.newEntryIterator() |
| Constructor and Description |
|---|
Entry(int hash,
int key,
V value,
IntHashMap.Entry<V> next) |