public interface ImmutableIntBagFactory
ImmutableIntBag
.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableIntBag |
of()
Same as
with() . |
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() |
ImmutableIntBag |
with(int... items) |
ImmutableIntBag |
with(int one) |
ImmutableIntBag |
withAll(IntIterable items) |
ImmutableIntBag of()
with()
.ImmutableIntBag with()
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–2018. All rights reserved.