Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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:
InvocableMap.Entry, MapTrigger.Entry, QueryMap.Entry, 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_oOrigValue, m_oValue, NO_VALUE

 

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, extract, getKey, getOriginalValue, getValue, hashCode, isOriginalPresent, isPresent, remove, setValue, setValue, toString, update

 

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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