Home » openjdk-7 » javax.security » auth » [javadoc | source]
javax.security.auth
class: Subject.ClassSet [javadoc | source]
java.lang.Object
   java.util.AbstractCollection<E>
      java.util.AbstractSet<T>
         javax.security.auth.Subject$ClassSet

All Implemented Interfaces:
    Set, Collection

This class implements a Set which returns only members that are an instance of a specified Class.
Constructor:
 ClassSet(int which,
    Class<T> c) 
Method from javax.security.auth.Subject$ClassSet Summary:
add,   iterator,   size
Methods from java.util.AbstractSet:
equals,   hashCode,   removeAll
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.security.auth.Subject$ClassSet Detail:
 public boolean add(T o) 
 public Iterator<T> iterator() 
 public int size()