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