Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

IdentityHashMap::Entry Class Reference

#include <coherence/util/IdentityHashMap.hpp>

List of all members.


Detailed Description

A Map::Entry where key equality is based on reference equality.

 

Public Types

typedef spec::Handle  Handle
  Entry Handle definition.
typedef spec::View  View
  Entry View definition.
typedef spec::Holder  Holder
  Entry Holder definition.

Protected Member Functions

  Entry (Object::View vKey, Object::Holder ohValue, size32_t nHash)
  Create a new Map::Entry.
  Entry (const Entry &that)
  Copy constructor.
  Entry (Entry::View vThat)
  Copy an Entry.
virtual bool  isKeyEqual (Object::View vKey) const
   

Constructor & Destructor Documentation

Entry ( Object::View  vKey,
    Object::Holder  ohValue,
    size32_t  nHash  
  )     [protected]

Create a new Map::Entry.

Parameters:
  vKey  the associated key
  ohValue  the associated value
  hHash  the associated hash code
Returns:
a new Map::Entry

Entry ( Entry::View  vThat  )  [protected]

Copy an Entry.

Parameters:
  vThat  the entry to copy

The documentation for this class was generated from the following file:

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