PrimitiveIterable, ShortSet, ShortIterableAbstractImmutableShortSet, ShortHashSetpublic abstract class AbstractShortSet extends AbstractShortIterable implements ShortSet
| Constructor | Description |
|---|---|
AbstractShortSet() |
| Modifier and Type | Method | 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(). |
asLazy, average, containsAll, containsAll, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic boolean equals(java.lang.Object obj)
ShortSetSet.equals(Object).Copyright © 2004–2018. All rights reserved.