Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
- 
- All Implemented Interfaces:
 
- java.util.Map.Entry<K,V>, Maps.BaseEntry<K,V>, Maps.LinkedEntry<K,V>, Maps.TimedEntry<K,V>
 
- Enclosing class:
 
- Maps
 
public static class Maps.TimedStrongLinkedEntry<K,V>
extends Maps.StrongLinkedEntry<K,V>
implements Maps.TimedEntry<K,V>
 
 
- 
- 
Method Summary
- 
Methods inherited from class oracle.javatools.util.Maps.StrongLinkedEntry
equals, getAfter, getBefore, getKey, getNext, getValue, hashCode, isMutable, keyHashCode, setAfter, setBefore, setNext, setValue, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, getValue, hashCode, setValue 
 
 
 
- 
- 
Constructor Detail
- 
TimedStrongLinkedEntry
protected TimedStrongLinkedEntry(long time,
                                 int keyHashCode,
                                 K key,
                                 V value,
                                 Maps.LinkedEntry<K,V> next)
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.