Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class SubSet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by com.oracle.common.collections.SubSet
              extended by com.tangosol.util.SubSet

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set

public class SubSet
extends com.oracle.common.collections.SubSet
implements java.io.Serializable

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.

Author:
cp 2003.01.29

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

SubSet

public SubSet(java.util.Set set)
Construct this set based on an existing set.
Parameters:
set - the set to base this subset on

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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