Home » openjdk-7 » java » util » [javadoc | source]
java.util
final class: HugeEnumSet [javadoc | source]
java.lang.Object
   java.util.AbstractCollection<E>
      java.util.AbstractSet<E>
         java.util.EnumSet<E>
            java.util.HugeEnumSet

All Implemented Interfaces:
    Cloneable, java$io$Serializable, Set, Collection

A concrete EnumSet for enums with more than 64 elements.
Fields inherited from java.util.EnumSet:
elementType,  universe
Constructor:
 HugeEnumSet(Class<E> elementType) 
Method from java.util.HugeEnumSet Summary:
add,   addAll,   clear,   clone,   complement,   contains,   containsAll,   equals,   iterator,   remove,   removeAll,   retainAll,   setRange,   size
Methods from java.util.EnumSet:
addAll,   addRange,   allOf,   clone,   complement,   complementOf,   copyOf,   copyOf,   noneOf,   of,   of,   of,   of,   of,   of,   range,   typeCheck,   writeReplace
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 java.util.HugeEnumSet Detail:
 public boolean add(E element) 
 public boolean addAll(Collection<? extends E> collection) 
 public  void clear() 
 public HugeEnumSet<E> clone() 
 protected  void complement() 
 public boolean contains(Object object) 
 public boolean containsAll(Collection<?> collection) 
 public boolean equals(Object object) 
 public Iterator<E> iterator() 
 public boolean remove(Object object) 
 public boolean removeAll(Collection<?> collection) 
 public boolean retainAll(Collection<?> collection) 
  void setRange(E start,
    E end) 
 public int size()