public class MutableShortSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.MutableShortSet |
empty() |
com.gs.collections.api.set.primitive.MutableShortSet |
of()
Same as
MutableShortSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableShortSet |
of(short... items)
Same as
MutableShortSetFactory.with(short[]). |
com.gs.collections.api.set.primitive.MutableShortSet |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
MutableShortSetFactory.withAll(ShortIterable). |
com.gs.collections.api.set.primitive.MutableShortSet |
with()
Same as
MutableShortSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableShortSet |
with(short... items) |
com.gs.collections.api.set.primitive.MutableShortSet |
withAll(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.set.primitive.MutableShortSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet of()
com.gs.collections.api.factory.set.primitive.MutableShortSetFactoryMutableShortSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet with()
com.gs.collections.api.factory.set.primitive.MutableShortSetFactoryMutableShortSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet of(short... items)
com.gs.collections.api.factory.set.primitive.MutableShortSetFactoryMutableShortSetFactory.with(short[]).of in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet with(short... items)
with in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.set.primitive.MutableShortSetFactoryMutableShortSetFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactorypublic com.gs.collections.api.set.primitive.MutableShortSet withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.MutableShortSetFactory