CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.io.nio
Class BinaryMap.Entry

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.SimpleMapEntry
          extended by 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.


Field Summary
 
Fields inherited from class com.tangosol.util.SimpleMapEntry
m_oKey, m_oValue
 
Constructor Summary
BinaryMap.Entry(Binary binKey, Binary binValue)
          Construct an Entry with a key and a value.
 
Method Summary
 
Methods inherited from class com.tangosol.util.SimpleMapEntry
clone, equals, getKey, getValue, hashCode, setValue, toString
 

Constructor Detail

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

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation