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.
-
UpdatableSetImpl()
- Initialize at version 0, an empty count, and null screener
-
UpdatableSetImpl(Predicate)
- Initialize at version 0, an empty count, and supplied screener
-
include(Object)
- Include the indicated element in the collection.
-
includeElements(Enumeration)
- Implements collections.UpdatableSet.includeElements
-
including(Object)
- Implements collections.Set.including
UpdatableSetImpl
protected UpdatableSetImpl()
- Initialize at version 0, an empty count, and null screener
UpdatableSetImpl
protected UpdatableSetImpl(Predicate screener)
- Initialize at version 0, an empty count, and supplied screener
including
public synchronized Set including(Object element) throws IllegalElementException
- Implements collections.Set.including
- See Also:
- including
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