Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Interface BinaryLongMap.Entry

All Known Implementing Classes:
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry, MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry, MultiBinaryLongMap.SafeEntry
Enclosing interface:
BinaryLongMap

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

getKey

Binary getKey()
Obtain the key.
Returns:
the key as a Binary

getValue

long getValue()
Obtain the value associated with this entry.
Returns:
the associated value as a long

setValue

BinaryLongMap.Entry setValue(long lValue)
Set the value associated with this entry.

Note: in some implementations, this operation may cause this Entry to be replaced with another Entry instance in the underlying representation.

Parameters:
lValue - the value to associate with this entry
Returns:
an BinaryLongMap.Entry with the new value, which may or may not be the same BinaryLongMap.Entry as this

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.