- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet
-
- com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptHashSet
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
add(java.lang.Object e) |
void |
clear() |
boolean |
remove(java.lang.Object e) |
-
Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, size
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
-
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection
- Specified by:
clear
in interface java.util.Set
- Overrides:
clear
in class java.util.HashSet
Copyright © 2011, 2013. Daniel P. Dougherty