All Packages Class Hierarchy This Package Previous Next Index
Class collections.CheckedSet
java.lang.Object
|
+----collections.CheckedCollection
|
+----collections.CheckedSet
- public class CheckedSet
- extends CheckedCollection
- implements UpdatableSet
-
CheckedSet(UpdatableSet)
- Wrap Set s inside a checker
-
checkInclude(Collection, Collection, Object, boolean)
- Helper for checking includ*
-
clone()
- Make a Checked clone of underlying collection
-
include(Object)
- Checks collections.UpdatableSet.include according to its specification
-
includeElements(Enumeration)
- Checks collections.UpdatableSet.includeElements
-
including(Object)
- Checks collections.Set.including
-
prev()
- return casted version of CheckedCollection.prev.
-
thys()
- return casted version of CheckedCollection.thys.
CheckedSet
public CheckedSet(UpdatableSet s)
- Wrap Set s inside a checker
clone
protected Object clone() throws CloneNotSupportedException
- Make a Checked clone of underlying collection
- Overrides:
- clone in class CheckedCollection
thys
public UpdatableSet thys()
- return casted version of CheckedCollection.thys.
prev
public UpdatableSet prev()
- return casted version of CheckedCollection.prev.
include
public synchronized void include(Object element) throws IllegalElementException
- Checks collections.UpdatableSet.include according to its specification
- See Also:
- include
including
public synchronized Set including(Object element) throws IllegalElementException
- Checks collections.Set.including
- See Also:
- including
includeElements
public synchronized void includeElements(Enumeration e) throws IllegalElementException, CorruptedEnumerationException
- Checks collections.UpdatableSet.includeElements
- See Also:
- includeElements
checkInclude
protected void checkInclude(Collection nc,
Collection oc,
Object element,
boolean verchk)
- Helper for checking includ*
All Packages Class Hierarchy This Package Previous Next Index