|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperCollection
com.tangosol.util.WrapperCollections.AbstractWrapperSet
public abstract static class WrapperCollections.AbstractWrapperSet
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 |
|---|
protected WrapperCollections.AbstractWrapperSet(java.util.Set set)
set - the Set to delegate all calls to| Method Detail |
|---|
protected java.util.Set getDelegate()
getDelegate in class WrapperCollections.AbstractWrapperCollection
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||