public interface LongSet extends LongIterable
| Modifier and Type | Method and Description |
|---|---|
<V> SetIterable<V> |
collect(LongToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object). |
LongSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
LongSet |
reject(LongPredicate predicate) |
LongSet |
select(LongPredicate predicate) |
ImmutableLongSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean equals(Object o)
Set.equals(Object).int hashCode()
Set.hashCode().LongSet select(LongPredicate predicate)
select in interface LongIterableLongSet reject(LongPredicate predicate)
reject in interface LongIterable<V> SetIterable<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableLongSet freeze()
ImmutableLongSet toImmutable()
Copyright © 2004–2016. All rights reserved.