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