com.tangosol.io.nio
Class BinaryMap.Entry
java.lang.Object
   com.tangosol.util.Base
com.tangosol.util.Base
       com.tangosol.util.SimpleMapEntry
com.tangosol.util.SimpleMapEntry
           com.tangosol.io.nio.BinaryMap.Entry
com.tangosol.io.nio.BinaryMap.Entry
- All Implemented Interfaces: 
- Serializable, Cloneable, Map.Entry
- Enclosing class:
- BinaryMap
- public static class BinaryMap.Entry 
- extends SimpleMapEntry
A map entry (key-value pair).  The Map.entrySet method returns
 a collection-view of the map, whose elements are of this class.
 
 
 
 
 
BinaryMap.Entry
public BinaryMap.Entry(Binary binKey,
                       Binary binValue)
- Construct an Entry with a key and a value.
 
- Parameters:
- binKey- a Binary object for the key
- binValue- a Binary object for the value