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