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