Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.2.0)

E77779-01

PofHelper::ReadableEntrySetMap Class Reference

#include <coherence/io/pof/PofHelper.hpp>

List of all members.


Detailed Description

Map implementation backed by a List of Map.Entry objects.

Author:
jh 2008.05.05

Public Types

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

Public Member Functions

virtual Object::Holder put (Object::View vKey, Object::Holder ohValue)
 
virtual Object::Holder remove (Object::View vKey)
 
virtual void clear ()
 
virtual Set::Handle entrySet ()
 
virtual Set::View entrySet () const
 

Protected Member Functions

 ReadableEntrySetMap ()
 Construct a new ReadableEntrySetMap.

Protected Attributes

FinalHandle< Listf_hListEntries
 The backing List of Map::Entry objects.

The documentation for this class was generated from the following file:
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.