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

Constructor Index

 o CheckedSet(UpdatableSet)
Wrap Set s inside a checker

Method Index

 o checkInclude(Collection, Collection, Object, boolean)
Helper for checking includ*
 o clone()
Make a Checked clone of underlying collection
 o include(Object)
Checks collections.UpdatableSet.include according to its specification
 o includeElements(Enumeration)
Checks collections.UpdatableSet.includeElements
 o including(Object)
Checks collections.Set.including
 o prev()
return casted version of CheckedCollection.prev.
 o thys()
return casted version of CheckedCollection.thys.

Constructors

 o CheckedSet
 public CheckedSet(UpdatableSet s)
Wrap Set s inside a checker

Methods

 o clone
 protected Object clone() throws CloneNotSupportedException
Make a Checked clone of underlying collection

Overrides:
clone in class CheckedCollection
 o thys
 public UpdatableSet thys()
return casted version of CheckedCollection.thys.

 o prev
 public UpdatableSet prev()
return casted version of CheckedCollection.prev.

 o include
 public synchronized void include(Object element) throws IllegalElementException
Checks collections.UpdatableSet.include according to its specification

See Also:
include
 o including
 public synchronized Set including(Object element) throws IllegalElementException
Checks collections.Set.including

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

See Also:
includeElements
 o 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