| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.util.Maps.DefaultLinkedEntry<K,V>
K - The type of key stored by the entry.V - The type of value stored by the entry.public static class Maps.DefaultLinkedEntry<K,V>
The default Maps.AbstractLinkedEntry implementation.
Maps.AbstractLinkedHashMap| Constructor Summary | |
|---|---|
protected  | 
Maps.DefaultLinkedEntry(int keyHashCode,
                        K key,
                        V value,
                        Maps.AbstractLinkedEntry<K,V> next)
 | 
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object o)
 | 
 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.  | 
 K | 
getKey()
 | 
 Maps.AbstractEntry<K,V> | 
getNext()
Gets the next entry in the containing hash chain of the containing map.  | 
 V | 
getValue()
 | 
 int | 
hashCode()
 | 
 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 | 
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.  | 
 void | 
setNext(Maps.AbstractEntry<K,V> next)
Sets the next entry in the containing hash chain of the containing map.  | 
 V | 
setValue(V newValue)
 | 
 java.lang.String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
protected Maps.DefaultLinkedEntry(int keyHashCode,
                                  K key,
                                  V value,
                                  Maps.AbstractLinkedEntry<K,V> next)
| Method Detail | 
|---|
public K getKey()
getKey in interface java.util.Map.Entry<K,V>public V getValue()
getValue in interface java.util.Map.Entry<K,V>public V setValue(V newValue)
setValue in interface java.util.Map.Entry<K,V>public Maps.AbstractEntry<K,V> getNext()
Maps.AbstractEntry
getNext in interface Maps.AbstractEntry<K,V>public void setNext(Maps.AbstractEntry<K,V> next)
Maps.AbstractEntry
setNext in interface Maps.AbstractEntry<K,V>public int keyHashCode()
Maps.AbstractEntry
keyHashCode in interface Maps.AbstractEntry<K,V>public boolean isMutable()
Maps.AbstractEntryMap.Entry.setValue(V)
 is supported.
isMutable in interface Maps.AbstractEntry<K,V>public final Maps.AbstractLinkedEntry<K,V> getBefore()
Maps.AbstractLinkedEntry
getBefore in interface Maps.AbstractLinkedEntry<K,V>public final Maps.AbstractLinkedEntry<K,V> getAfter()
Maps.AbstractLinkedEntry
getAfter in interface Maps.AbstractLinkedEntry<K,V>public final void setBefore(Maps.AbstractLinkedEntry<K,V> before)
Maps.AbstractLinkedEntry
setBefore in interface Maps.AbstractLinkedEntry<K,V>public final void setAfter(Maps.AbstractLinkedEntry<K,V> after)
Maps.AbstractLinkedEntry
setAfter in interface Maps.AbstractLinkedEntry<K,V>public boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entry<K,V>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Map.Entry<K,V>hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||