public class MutableIntBagFactoryImpl extends Object implements MutableIntBagFactory
MutableIntBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.Constructor and Description |
---|
MutableIntBagFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
empty() |
MutableIntBag |
of()
Same as
MutableIntBagFactory.empty() . |
MutableIntBag |
of(int... items)
Same as
MutableIntBagFactory.with(int[]) . |
MutableIntBag |
ofAll(IntIterable items)
|
MutableIntBag |
with()
Same as
MutableIntBagFactory.empty() . |
MutableIntBag |
with(int... items) |
MutableIntBag |
withAll(IntIterable items) |
public MutableIntBag empty()
empty
in interface MutableIntBagFactory
public MutableIntBag of()
MutableIntBagFactory
MutableIntBagFactory.empty()
.of
in interface MutableIntBagFactory
public MutableIntBag with()
MutableIntBagFactory
MutableIntBagFactory.empty()
.with
in interface MutableIntBagFactory
public MutableIntBag of(int... items)
MutableIntBagFactory
MutableIntBagFactory.with(int[])
.of
in interface MutableIntBagFactory
public MutableIntBag with(int... items)
with
in interface MutableIntBagFactory
public MutableIntBag ofAll(IntIterable items)
MutableIntBagFactory
ofAll
in interface MutableIntBagFactory
public MutableIntBag withAll(IntIterable items)
withAll
in interface MutableIntBagFactory
Copyright © 2004–2016. All rights reserved.