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

E69640-01

ConverterCollections::ConverterSet Class Reference

#include <coherence/util/ConverterCollections.hpp>

Inherited by MapKeySet.

List of all members.


Detailed Description

A ConverterSet views an underlying Set through a Converter.

Public Types

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

Public Member Functions

virtual bool contains (Object::View v) const
 
virtual Iterator::Handle iterator () const
 
virtual Muterator::Handle iterator ()
 
virtual
ObjectArray::Handle 
toArray (ObjectArray::Handle hoa=NULL) const
 
virtual bool add (Object::Holder oh)
 
virtual bool remove (Object::View v)
 
virtual bool containsAll (Collection::View vc) const
 
virtual bool addAll (Collection::View vc)
 
virtual bool removeAll (Collection::View vc)
 
virtual bool retainAll (Collection::View vc)
 
virtual bool equals (Object::View that) const
 
virtual size32_t hashCode () const
 
virtual TypedHandle
< const String
toString () const
 

Protected Member Functions

 ConverterSet (Set::Handle hsetDelegate, Converter::View vConvUp, Converter::View vConvDown)
 Create a WrapperCollections::AbstractWrapperSet which delegates to the specified Set.
 ConverterSet (Set::View vsetDelegate, Converter::View vConvUp, Converter::View vConvDown)
 Create a WrapperCollections::AbstractWrapperSet which delegates to the specified Set.
 ConverterSet (const ConverterSet &that)
 Copy constructor.

Protected Attributes

FinalView< Converterf_vConvUp
 The Converter from the underlying Set.
FinalView< Converterf_vConvDown
 The Converter to the underlying Set.

Constructor & Destructor Documentation

ConverterSet ( Set::Handle  hsetDelegate,
Converter::View  vConvUp,
Converter::View  vConvDown 
) [protected]

Create a WrapperCollections::AbstractWrapperSet which delegates to the specified Set.

Parameters:
hSet the specified Set
vConvUp the Converter from the underlying Set
vConvDown the Converter to the underlying Set

ConverterSet ( Set::View  vsetDelegate,
Converter::View  vConvUp,
Converter::View  vConvDown 
) [protected]

Create a WrapperCollections::AbstractWrapperSet which delegates to the specified Set.

Parameters:
vSet the specified Set
vConvUp the Converter from the underlying Set
vConvDown the Converter to the underlying Set


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