Class UnmodifiableFloatSet
- java.lang.Object
-
- org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableFloatCollection
-
- org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSet
-
- All Implemented Interfaces:
Serializable,MutableFloatCollection,FloatIterable,PrimitiveIterable,FloatSet,MutableFloatSet
public class UnmodifiableFloatSet extends AbstractUnmodifiableFloatCollection implements MutableFloatSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.- Since:
- 3.1.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmodifiableFloatSet(MutableFloatSet set)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableFloatSetasSynchronized()MutableFloatSetasUnmodifiable()MutableSet<Float>boxed()LazyIterable<FloatFloatPair>cartesianProduct(FloatSet set)<V> MutableSet<V>collect(FloatToObjectFunction<? extends V> function)booleanequals(Object otherSet)FloatSetfreeze()inthashCode()MutableFloatSetnewEmpty()static UnmodifiableFloatSetof(MutableFloatSet set)This method will take a MutableFloatSet and wrap it directly in a UnmodifiableFloatSet.MutableFloatSetreject(FloatPredicate predicate)MutableFloatSetselect(FloatPredicate predicate)ImmutableFloatSettoImmutable()UnmodifiableFloatSetwith(float element)UnmodifiableFloatSetwithAll(FloatIterable elements)UnmodifiableFloatSetwithout(float element)UnmodifiableFloatSetwithoutAll(FloatIterable elements)-
Methods inherited from class org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableFloatCollection
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, 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, toString
-
Methods inherited from interface org.eclipse.collections.api.FloatIterable
allSatisfy, anySatisfy, asLazy, 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, toSortedListBy
-
Methods inherited from interface org.eclipse.collections.api.set.primitive.FloatSet
isProperSubsetOf, isSubsetOf
-
Methods inherited from interface org.eclipse.collections.api.collection.primitive.MutableFloatCollection
add, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, removeIf, retainAll, retainAll
-
Methods inherited from interface org.eclipse.collections.api.set.primitive.MutableFloatSet
difference, intersect, symmetricDifference, tap, union
-
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
-
-
-
-
Constructor Detail
-
UnmodifiableFloatSet
public UnmodifiableFloatSet(MutableFloatSet set)
-
-
Method Detail
-
of
public static UnmodifiableFloatSet of(MutableFloatSet set)
This method will take a MutableFloatSet and wrap it directly in a UnmodifiableFloatSet.
-
with
public UnmodifiableFloatSet with(float element)
- Specified by:
within interfaceMutableFloatCollection- Specified by:
within interfaceMutableFloatSet- Overrides:
within classAbstractUnmodifiableFloatCollection
-
boxed
public MutableSet<Float> boxed()
- Specified by:
boxedin interfaceMutableFloatSet
-
without
public UnmodifiableFloatSet without(float element)
- Specified by:
withoutin interfaceMutableFloatCollection- Specified by:
withoutin interfaceMutableFloatSet- Overrides:
withoutin classAbstractUnmodifiableFloatCollection
-
withAll
public UnmodifiableFloatSet withAll(FloatIterable elements)
- Specified by:
withAllin interfaceMutableFloatCollection- Specified by:
withAllin interfaceMutableFloatSet- Overrides:
withAllin classAbstractUnmodifiableFloatCollection
-
withoutAll
public UnmodifiableFloatSet withoutAll(FloatIterable elements)
- Specified by:
withoutAllin interfaceMutableFloatCollection- Specified by:
withoutAllin interfaceMutableFloatSet- Overrides:
withoutAllin classAbstractUnmodifiableFloatCollection
-
select
public MutableFloatSet select(FloatPredicate predicate)
- Specified by:
selectin interfaceFloatIterable- Specified by:
selectin interfaceFloatSet- Specified by:
selectin interfaceMutableFloatCollection- Specified by:
selectin interfaceMutableFloatSet- Overrides:
selectin classAbstractUnmodifiableFloatCollection
-
reject
public MutableFloatSet reject(FloatPredicate predicate)
- Specified by:
rejectin interfaceFloatIterable- Specified by:
rejectin interfaceFloatSet- Specified by:
rejectin interfaceMutableFloatCollection- Specified by:
rejectin interfaceMutableFloatSet- Overrides:
rejectin classAbstractUnmodifiableFloatCollection
-
collect
public <V> MutableSet<V> collect(FloatToObjectFunction<? extends V> function)
- Specified by:
collectin interfaceFloatIterable- Specified by:
collectin interfaceFloatSet- Specified by:
collectin interfaceMutableFloatCollection- Specified by:
collectin interfaceMutableFloatSet- Overrides:
collectin classAbstractUnmodifiableFloatCollection
-
cartesianProduct
public LazyIterable<FloatFloatPair> cartesianProduct(FloatSet set)
- Specified by:
cartesianProductin interfaceFloatSet
-
equals
public boolean equals(Object otherSet)
-
hashCode
public int hashCode()
-
asUnmodifiable
public MutableFloatSet asUnmodifiable()
- Specified by:
asUnmodifiablein interfaceMutableFloatCollection- Specified by:
asUnmodifiablein interfaceMutableFloatSet- Overrides:
asUnmodifiablein classAbstractUnmodifiableFloatCollection
-
asSynchronized
public MutableFloatSet asSynchronized()
- Specified by:
asSynchronizedin interfaceMutableFloatCollection- Specified by:
asSynchronizedin interfaceMutableFloatSet- Overrides:
asSynchronizedin classAbstractUnmodifiableFloatCollection
-
freeze
public FloatSet freeze()
- Specified by:
freezein interfaceFloatSet- Specified by:
freezein interfaceMutableFloatSet
-
toImmutable
public ImmutableFloatSet toImmutable()
- Specified by:
toImmutablein interfaceFloatSet- Specified by:
toImmutablein interfaceMutableFloatCollection- Specified by:
toImmutablein interfaceMutableFloatSet- Overrides:
toImmutablein classAbstractUnmodifiableFloatCollection
-
newEmpty
public MutableFloatSet newEmpty()
- Specified by:
newEmptyin interfaceMutableFloatCollection- Specified by:
newEmptyin interfaceMutableFloatSet- Since:
- 9.2.
-
-