Save This Page
Home » openjdk-7 » java » util » [javadoc | source]
java.util
static class: Collections.SetFromMap [javadoc | source]
java.lang.Object
   java.util.AbstractCollection
      java.util.AbstractSet
         java.util.Collections$SetFromMap

All Implemented Interfaces:
    Serializable, Set, Collection

Constructor:
 SetFromMap(Map map) 
Method from java.util.Collections$SetFromMap Summary:
add,   clear,   contains,   containsAll,   equals,   hashCode,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
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.Collections$SetFromMap Detail:
 public boolean add(E e) 
 public  void clear() 
 public boolean contains(Object o) 
 public boolean containsAll(Collection c) 
 public boolean equals(Object o) 
 public int hashCode() 
 public boolean isEmpty() 
 public Iterator iterator() 
 public boolean remove(Object o) 
 public boolean removeAll(Collection c) 
 public boolean retainAll(Collection c) 
 public int size() 
 public Object[] toArray() 
 public T[] toArray(T[] a) 
 public String toString()