| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - The type of key stored by the entry.V - The type of value stored by the entry.public static interface Maps.AbstractLinkedEntry<K,V>
The Map.Entry (and Maps.AbstractEntry) extended interface 
 required by Maps.AbstractLinkedHashMap for its entries.
Maps.AbstractLinkedHashMap| Method Summary | |
|---|---|
 Maps.AbstractLinkedEntry<K,V> | 
getAfter()
Gets the next entry in the iteration list of the containing map.  | 
 Maps.AbstractLinkedEntry<K,V> | 
getBefore()
Gets the previous entry in the iteration list of the containing map.  | 
 void | 
setAfter(Maps.AbstractLinkedEntry<K,V> after)
Sets the next entry in the iteration list of the containing map.  | 
 void | 
setBefore(Maps.AbstractLinkedEntry<K,V> before)
Sets the previous entry in the iteration list of the containing map.  | 
| Methods inherited from interface oracle.javatools.util.Maps.AbstractEntry | 
|---|
getNext, isMutable, keyHashCode, setNext | 
| Methods inherited from interface java.util.Map.Entry | 
|---|
equals, getKey, getValue, hashCode, setValue | 
| Method Detail | 
|---|
Maps.AbstractLinkedEntry<K,V> getBefore()
Maps.AbstractLinkedEntry<K,V> getAfter()
void setBefore(Maps.AbstractLinkedEntry<K,V> before)
void setAfter(Maps.AbstractLinkedEntry<K,V> after)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||