|
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.BaseEntry<K,V>
The extended Map.Entry interface required by Maps.AbstractHashMap for its entries.
Maps.AbstractHashMap| Method Summary | |
|---|---|
Maps.BaseEntry<K,V> |
getNext()Gets the next entry in the containing hash chain of the containing map. |
boolean |
isMutable()Gets whether this entry is mutable, in particular whether Map.Entry.setValue(V) is supported. |
int |
keyHashCode()Gets the hash code of the key in this entry. |
void |
setNext(Maps.BaseEntry<K,V> next)Sets the next entry in the containing hash chain of the containing map. |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, getKey, getValue, hashCode, setValue |
| Method Detail |
|---|
Maps.BaseEntry<K,V> getNext()
void setNext(Maps.BaseEntry<K,V> next)
int keyHashCode()
boolean isMutable()
Map.Entry.setValue(V) is supported.
|
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 | |||||||||