Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/ReadOnlyMultiList.hpp>
Inherits WrapperCollections::AbstractWrapperSet.
SetView exposes the underlying ReadOnlyMultiList through the Set interface, maintaining correct equals() and hashCode() semantics.
Public Types |
|
| typedef spec::Handle | Handle |
| SetView Handle definition. | |
| typedef spec::View | View |
| SetView View definition. | |
| typedef spec::Holder | Holder |
| SetView Holder definition. | |
Protected Member Functions |
|
| SetView (ReadOnlyMultiList::Holder ohSet) | |
| Construct a SetView over the specified ReadOnlyMultiList. | |
| virtual bool | equals (Object::View v) const |
| virtual size32_t | hashCode () const |
| Return a hash code value for the Object.
This method is supported for the benefit of hash-based containers. The general contract of
The default implementation is identity based.
|
|
The documentation for this class was generated from the following file: