| com.google.gwt.emul.java.util.HashSet
HashSet | public HashSet(int initialCapacity)(Code) | | |
HashSet | public HashSet(int initialCapacity, float loadFactor)(Code) | | |
HashSet | protected HashSet(HashMap<E, Object> map)(Code) | | Protected constructor to specify the underlying map. This is used by
LinkedHashSet.
Parameters: map - underlying map to use. |
add | public boolean add(E o)(Code) | | |
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|