| Package | Description |
|---|---|
| oracle.javatools.util |
Provides general utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Maps.EvictedLinkedEntry<K,V> |
static class |
Maps.TimedEvictedLinkedEntry<K,V> |
static class |
Maps.TimedWeakLinkedEntry<K,V> |
| Modifier and Type | Method and Description |
|---|---|
protected Maps.WeakLinkedEntry<K,V> |
Maps.WeakLinkedHashMap.createEntry(int hash,
K key,
V value,
Maps.WeakLinkedEntry<K,V> next)
Creates an entry for this map.
|
| Modifier and Type | Method and Description |
|---|---|
protected Maps.WeakLinkedEntry<K,V> |
Maps.WeakLinkedHashMap.createEntry(int hash,
K key,
V value,
Maps.WeakLinkedEntry<K,V> next)
Creates an entry for this map.
|