public class MutableFloatSetFactoryImpl extends Object implements MutableFloatSetFactory
MutableFloatSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.Constructor and Description |
---|
MutableFloatSetFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableFloatSet |
empty() |
MutableFloatSet |
of()
Same as
MutableFloatSetFactory.empty() . |
MutableFloatSet |
of(float... items)
Same as
MutableFloatSetFactory.with(float[]) . |
MutableFloatSet |
ofAll(FloatIterable items)
|
MutableFloatSet |
with()
Same as
MutableFloatSetFactory.empty() . |
MutableFloatSet |
with(float... items) |
MutableFloatSet |
withAll(FloatIterable items) |
public MutableFloatSet empty()
empty
in interface MutableFloatSetFactory
public MutableFloatSet of()
MutableFloatSetFactory
MutableFloatSetFactory.empty()
.of
in interface MutableFloatSetFactory
public MutableFloatSet with()
MutableFloatSetFactory
MutableFloatSetFactory.empty()
.with
in interface MutableFloatSetFactory
public MutableFloatSet of(float... items)
MutableFloatSetFactory
MutableFloatSetFactory.with(float[])
.of
in interface MutableFloatSetFactory
public MutableFloatSet with(float... items)
with
in interface MutableFloatSetFactory
public MutableFloatSet ofAll(FloatIterable items)
MutableFloatSetFactory
ofAll
in interface MutableFloatSetFactory
public MutableFloatSet withAll(FloatIterable items)
withAll
in interface MutableFloatSetFactory
Copyright © 2004–2016. All rights reserved.