public class SynchronizedFloatSet extends AbstractSynchronizedFloatCollection implements 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| Constructor and Description |
|---|
SynchronizedFloatSet(MutableFloatSet set) |
SynchronizedFloatSet(MutableFloatSet set,
Object newLock) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, average, chunk, clear, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, floatIterator, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reduce, reduceIfEmpty, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, sum, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringdifference, intersect, symmetricDifference, tap, unionadd, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, removeIf, retainAll, retainAllisProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic SynchronizedFloatSet(MutableFloatSet set)
public SynchronizedFloatSet(MutableFloatSet set, Object newLock)
public static SynchronizedFloatSet of(MutableFloatSet set)
public static SynchronizedFloatSet of(MutableFloatSet set, Object lock)
public SynchronizedFloatSet without(float element)
without in interface MutableFloatCollectionwithout in interface MutableFloatSetwithout in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet with(float element)
with in interface MutableFloatCollectionwith in interface MutableFloatSetwith in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet withAll(FloatIterable elements)
withAll in interface MutableFloatCollectionwithAll in interface MutableFloatSetwithAll in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatSet withoutAll(FloatIterable elements)
withoutAll in interface MutableFloatCollectionwithoutAll in interface MutableFloatSetwithoutAll in class AbstractSynchronizedFloatCollectionpublic MutableFloatSet select(FloatPredicate predicate)
select in interface MutableFloatCollectionselect in interface FloatIterableselect in interface FloatSetselect in interface MutableFloatSetselect in class AbstractSynchronizedFloatCollectionpublic MutableFloatSet reject(FloatPredicate predicate)
reject in interface MutableFloatCollectionreject in interface FloatIterablereject in interface FloatSetreject in interface MutableFloatSetreject in class AbstractSynchronizedFloatCollectionpublic <V> MutableSet<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface MutableFloatCollectioncollect in interface FloatIterablecollect in interface FloatSetcollect in interface MutableFloatSetcollect in class AbstractSynchronizedFloatCollectionpublic LazyIterable<FloatFloatPair> cartesianProduct(FloatSet set)
cartesianProduct in interface FloatSetpublic boolean equals(Object otherSet)
public int hashCode()
public LazyFloatIterable asLazy()
asLazy in interface FloatIterableasLazy in class AbstractSynchronizedFloatCollectionpublic MutableFloatSet asUnmodifiable()
asUnmodifiable in interface MutableFloatCollectionasUnmodifiable in interface MutableFloatSetasUnmodifiable in class AbstractSynchronizedFloatCollectionpublic MutableFloatSet asSynchronized()
asSynchronized in interface MutableFloatCollectionasSynchronized in interface MutableFloatSetasSynchronized in class AbstractSynchronizedFloatCollectionpublic FloatSet freeze()
freeze in interface FloatSetfreeze in interface MutableFloatSetpublic ImmutableFloatSet toImmutable()
toImmutable in interface MutableFloatCollectiontoImmutable in interface FloatSettoImmutable in interface MutableFloatSettoImmutable in class AbstractSynchronizedFloatCollectionpublic MutableFloatSet newEmpty()
newEmpty in interface MutableFloatCollectionnewEmpty in interface MutableFloatSetCopyright © 2004–2022. All rights reserved.