Class 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.
See Also:
  • Constructor Details

    • Entry

      public 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