@ThreadSafe public final class SynchronizedFloatSet extends AbstractSynchronizedFloatCollection implements org.eclipse.collections.api.set.primitive.MutableFloatSet
MutableFloatSet. It is imperative that the user manually synchronize on the collection when iterating over it using the
FloatIterator, as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitiveSet.stg.
MutableFloatSet.asSynchronized(),
MutableSet.asSynchronized(),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.LazyFloatIterable |
asLazy() |
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 SynchronizedFloatSet |
of(org.eclipse.collections.api.set.primitive.MutableFloatSet set)
This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.
|
static SynchronizedFloatSet |
of(org.eclipse.collections.api.set.primitive.MutableFloatSet set,
Object lock)
This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.
|
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() |
SynchronizedFloatSet |
with(float element) |
SynchronizedFloatSet |
withAll(org.eclipse.collections.api.FloatIterable elements) |
SynchronizedFloatSet |
without(float element) |
SynchronizedFloatSet |
withoutAll(org.eclipse.collections.api.FloatIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, 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, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic static SynchronizedFloatSet of(org.eclipse.collections.api.set.primitive.MutableFloatSet set)
public static SynchronizedFloatSet of(org.eclipse.collections.api.set.primitive.MutableFloatSet set, Object lock)
public SynchronizedFloatSet without(float element)
without in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwithout in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet with(float element)
with in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableFloatSetwith in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet 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 AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic <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 AbstractSynchronizedFloatCollectionpublic boolean equals(Object otherSet)
public int hashCode()
public org.eclipse.collections.api.LazyFloatIterable asLazy()
asLazy in interface org.eclipse.collections.api.FloatIterableasLazy in class AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionCopyright © 2004–2018. All rights reserved.