Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class WrapperCollections.AbstractWrapperSet

java.lang.Object
  extended by com.tangosol.util.WrapperCollections.AbstractWrapperCollection
      extended by com.tangosol.util.WrapperCollections.AbstractWrapperSet

All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set
Direct Known Subclasses:
ImmutableArrayList.SetView, ImmutableMultiList.SetView, WrapperCollections.AbstractWrapperSortedSet
Enclosing class:
WrapperCollections

public abstract static class WrapperCollections.AbstractWrapperSet
extends WrapperCollections.AbstractWrapperCollection
implements java.util.Set

Set implementation which delegates all calls to another Set.


Constructor Summary
protected WrapperCollections.AbstractWrapperSet(java.util.Set set)
          Create an AbstractWrapperSet which delegates to the specified Set.

 

Method Summary
protected  java.util.Set getDelegate()
          Return the Set to which all operations should be delegated to.

 

Methods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString

 

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray

 

Constructor Detail

WrapperCollections.AbstractWrapperSet

protected WrapperCollections.AbstractWrapperSet(java.util.Set set)
Create an AbstractWrapperSet which delegates to the specified Set.
Parameters:
set - the Set to delegate all calls to

Method Detail

getDelegate

protected java.util.Set getDelegate()
Return the Set to which all operations should be delegated to.
Overrides:
getDelegate in class WrapperCollections.AbstractWrapperCollection
Returns:
the wrapped Set

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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