@NotThreadSafe public final class UnmodifiableFloatSet extends AbstractUnmodifiableFloatCollection implements org.eclipse.collections.api.set.primitive.MutableFloatSet
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableFloatSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
asUnmodifiable() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function) |
boolean |
equals(Object otherSet) |
org.eclipse.collections.api.set.primitive.FloatSet |
freeze() |
int |
hashCode() |
static UnmodifiableFloatSet |
of(org.eclipse.collections.api.set.primitive.MutableFloatSet set)
This method will take a MutableFloatSet and wrap it directly in a UnmodifiableFloatSet.
|
org.eclipse.collections.api.set.primitive.MutableFloatSet |
reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
toImmutable() |
UnmodifiableFloatSet |
with(float element) |
UnmodifiableFloatSet |
withAll(org.eclipse.collections.api.FloatIterable elements) |
UnmodifiableFloatSet |
without(float element) |
UnmodifiableFloatSet |
withoutAll(org.eclipse.collections.api.FloatIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, average, clear, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, remove, removeAll, removeAll, retainAll, retainAll, size, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringadd, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, retainAll, retainAllallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic static UnmodifiableFloatSet of(org.eclipse.collections.api.set.primitive.MutableFloatSet set)
public UnmodifiableFloatSet with(float element)
with in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwith in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatSet without(float element)
without in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwithout in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatSet withAll(org.eclipse.collections.api.FloatIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwithAll in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatSet withoutAll(org.eclipse.collections.api.FloatIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwithoutAll in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.set.primitive.MutableFloatSet select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
select in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionselect in interface org.eclipse.collections.api.FloatIterableselect in interface org.eclipse.collections.api.set.primitive.FloatSetselect in interface org.eclipse.collections.api.set.primitive.MutableFloatSetselect in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.set.primitive.MutableFloatSet reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
reject in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionreject in interface org.eclipse.collections.api.FloatIterablereject in interface org.eclipse.collections.api.set.primitive.FloatSetreject in interface org.eclipse.collections.api.set.primitive.MutableFloatSetreject in class AbstractUnmodifiableFloatCollectionpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectioncollect in interface org.eclipse.collections.api.FloatIterablecollect in interface org.eclipse.collections.api.set.primitive.FloatSetcollect in interface org.eclipse.collections.api.set.primitive.MutableFloatSetcollect in class AbstractUnmodifiableFloatCollectionpublic boolean equals(Object otherSet)
public int hashCode()
public org.eclipse.collections.api.set.primitive.MutableFloatSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableFloatSetasUnmodifiable in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.set.primitive.MutableFloatSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableFloatSetasSynchronized in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.set.primitive.FloatSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.FloatSetfreeze in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.FloatSettoImmutable in interface org.eclipse.collections.api.set.primitive.MutableFloatSettoImmutable in class AbstractUnmodifiableFloatCollectionCopyright © 2004–2018. All rights reserved.