|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.oracle.common.collections.SubSet
com.tangosol.util.SubSet
public class SubSet
Implements a set which is based on another set, which is assumed to be immutable. Unlike DeltaSet, the SubSet is assumed to be a subset of the underlying set, and optimizes for both remove and retain operations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.oracle.common.collections.SubSet |
|---|
com.oracle.common.collections.SubSet.SubSetIterator |
| Constructor Summary | |
|---|---|
SubSet(java.util.Set set)Construct this set based on an existing set. |
|
| Method Summary |
|---|
| Methods inherited from class com.oracle.common.collections.SubSet |
|---|
add, addAll, clear, clone, contains, containsAll, ensureRemoved, ensureRetained, getOriginal, getRemoved, getRetained, instantiateModificationSet, isEmpty, isModified, isTrackingRetained, iterator, remove, removeAll, reset, resetState, resolve, retainAll, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
|---|
toString |
| Constructor Detail |
|---|
public SubSet(java.util.Set set)
set - the set to base this subset on
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||