All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collections.UpdatableSetImpl

java.lang.Object
   |
   +----collections.UpdatableImpl
           |
           +----collections.UpdatableSetImpl

public abstract class UpdatableSetImpl
extends UpdatableImpl
implements UpdatableSet
UpdatableSetImpl extends UpdatableImpl to provide default implementations of some Set operations.


Constructor Index

 o UpdatableSetImpl()
Initialize at version 0, an empty count, and null screener
 o UpdatableSetImpl(Predicate)
Initialize at version 0, an empty count, and supplied screener

Method Index

 o include(Object)
Include the indicated element in the collection.
 o includeElements(Enumeration)
Implements collections.UpdatableSet.includeElements
 o including(Object)
Implements collections.Set.including

Constructors

 o UpdatableSetImpl
 protected UpdatableSetImpl()
Initialize at version 0, an empty count, and null screener

 o UpdatableSetImpl
 protected UpdatableSetImpl(Predicate screener)
Initialize at version 0, an empty count, and supplied screener

Methods

 o including
 public synchronized Set including(Object element) throws IllegalElementException
Implements collections.Set.including

See Also:
including
 o includeElements
 public synchronized void includeElements(Enumeration e) throws IllegalElementException, CorruptedEnumerationException
Implements collections.UpdatableSet.includeElements

See Also:
includeElements

All Packages  Class Hierarchy  This Package  Previous  Next  Index