PrimitiveIterable
, ShortSet
, ShortIterable
AbstractImmutableShortSet
, ShortHashSet
public 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, toString
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
allSatisfy, 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, toSortedList
public boolean equals(java.lang.Object obj)
ShortSet
Set.equals(Object)
.Copyright © 2004–2018. All rights reserved.