|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry
protected class MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry
WrapperEntry is used to wrap an Entry from the master key-tree (which associates the key with the encoded slot-id) and associate it with the logical value associated with this AbstractDelegatingBinaryLongMap for the purposes of exposing to the predicate. The purpose of the WrapperEntry is to limit the amount
| Field Summary | |
|---|---|
protected BinaryLongMap.Entry |
m_entryThe underlying Entry. |
| Constructor Summary | |
|---|---|
protected |
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry() |
| Method Summary | |
|---|---|
Binary |
getKey()Obtain the key. |
long |
getValue()Obtain the value associated with this entry. |
void |
reset(BinaryLongMap.Entry entry)Reset the WrapperEntry to represent a different underlying Entry. |
BinaryLongMap.Entry |
setValue(long lValue)Set the value associated with this entry. |
| Field Detail |
|---|
protected BinaryLongMap.Entry m_entry
| Constructor Detail |
|---|
protected MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry()
| Method Detail |
|---|
public Binary getKey()
getKey in interface BinaryLongMap.EntryBinarypublic long getValue()
getValue in interface BinaryLongMap.Entrypublic BinaryLongMap.Entry setValue(long lValue)
Note: in some implementations, this operation may cause this Entry to be replaced with another Entry instance in the underlying representation.
setValue in interface BinaryLongMap.EntrylValue - the value to associate with this entryBinaryLongMap.Entry with the new value, which may or may not be the same BinaryLongMap.Entry as thispublic void reset(BinaryLongMap.Entry entry)
entry - the new entry to wrap
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||