public abstract class AbstractShortSet extends AbstractShortIterable implements com.gs.collections.api.set.primitive.ShortSet
| Constructor and Description |
|---|
AbstractShortSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Follows the same general contract as
Set.equals(Object). |
abstract int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
appendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollect, freeze, reject, select, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic boolean equals(java.lang.Object obj)
com.gs.collections.api.set.primitive.ShortSetSet.equals(Object).equals in interface com.gs.collections.api.set.primitive.ShortSetequals in class java.lang.Objectpublic abstract int hashCode()
com.gs.collections.api.set.primitive.ShortSetSet.hashCode().hashCode in interface com.gs.collections.api.set.primitive.ShortSethashCode in class java.lang.Object