public abstract class AbstractByteSet extends AbstractByteIterable implements ByteSet
Constructor and Description |
---|
AbstractByteSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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, toString
collect, freeze, reject, select, toImmutable
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
public boolean equals(Object obj)
ByteSet
Set.equals(Object)
.Copyright © 2004–2016. All rights reserved.