|
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 | |||||||
public static interface BinaryLongMap.Entry
Represents an Entry stored in a BinaryLongMap.
| Method Summary | |
|---|---|
Binary |
getKey()Obtain the key. |
long |
getValue()Obtain the value associated with this entry. |
BinaryLongMap.Entry |
setValue(long lValue)Set the value associated with this entry. |
| Method Detail |
|---|
Binary getKey()
Binarylong getValue()
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.
lValue - the value to associate with this entryBinaryLongMap.Entry with the new value, which may or may not be the same BinaryLongMap.Entry as this
|
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 | |||||||