public class MutableIntSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.MutableIntSet |
empty() |
com.gs.collections.api.set.primitive.MutableIntSet |
of()
Same as
MutableIntSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableIntSet |
of(int... items)
Same as
MutableIntSetFactory.with(int[]). |
com.gs.collections.api.set.primitive.MutableIntSet |
ofAll(com.gs.collections.api.IntIterable items)
Same as
MutableIntSetFactory.withAll(IntIterable). |
com.gs.collections.api.set.primitive.MutableIntSet |
with()
Same as
MutableIntSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableIntSet |
with(int... items) |
com.gs.collections.api.set.primitive.MutableIntSet |
withAll(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.set.primitive.MutableIntSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet of()
com.gs.collections.api.factory.set.primitive.MutableIntSetFactoryMutableIntSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet with()
com.gs.collections.api.factory.set.primitive.MutableIntSetFactoryMutableIntSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet of(int... items)
com.gs.collections.api.factory.set.primitive.MutableIntSetFactoryMutableIntSetFactory.with(int[]).of in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet with(int... items)
with in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.set.primitive.MutableIntSetFactoryMutableIntSetFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactorypublic com.gs.collections.api.set.primitive.MutableIntSet withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.MutableIntSetFactory