public interface MutableIntSetFactory
MutableIntSet
.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableIntSet |
empty() |
MutableIntSet |
of()
Same as
empty() . |
MutableIntSet |
of(int... items)
Same as
with(int[]) . |
MutableIntSet |
ofAll(IntIterable items)
Same as
withAll(IntIterable) . |
MutableIntSet |
with()
Same as
empty() . |
MutableIntSet |
with(int... items) |
MutableIntSet |
withAll(IntIterable items) |
MutableIntSet empty()
MutableIntSet of()
empty()
.MutableIntSet with()
empty()
.MutableIntSet of(int... items)
with(int[])
.MutableIntSet with(int... items)
MutableIntSet ofAll(IntIterable items)
withAll(IntIterable)
.MutableIntSet withAll(IntIterable items)
Copyright © 2004–2016. All rights reserved.