|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperEntry
public abstract static class WrapperCollections.AbstractWrapperEntry
Map.Entry implementation which delegates all calls to another Map.Entry.
| Constructor Summary | |
|---|---|
protected |
WrapperCollections.AbstractWrapperEntry(java.util.Map.Entry entry)Create an AbstractWrapperEntry which delegates to the specified Entry. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
protected java.util.Map.Entry |
getDelegate()Return the Map to which all operations should be delegated to. |
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
int |
hashCode() |
java.lang.Object |
setValue(java.lang.Object oValue) |
java.lang.String |
toString() |
| Constructor Detail |
|---|
protected WrapperCollections.AbstractWrapperEntry(java.util.Map.Entry entry)
entry - the Entry to delegate all calls to| Method Detail |
|---|
protected java.util.Map.Entry getDelegate()
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object oValue)
setValue in interface java.util.Map.Entrypublic boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entrypublic int hashCode()
hashCode in interface java.util.Map.Entrypublic java.lang.String toString()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||