MutableLongBagFactory
public class MutableLongBagFactoryImpl extends Object implements MutableLongBagFactory
MutableLongBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.Constructor | Description |
---|---|
MutableLongBagFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
MutableLongBag |
empty() |
|
MutableLongBag |
of() |
Same as
MutableLongBagFactory.empty() . |
MutableLongBag |
of(long... items) |
Same as
MutableLongBagFactory.with(long[]) . |
MutableLongBag |
ofAll(LongIterable items) |
|
MutableLongBag |
with() |
Same as
MutableLongBagFactory.empty() . |
MutableLongBag |
with(long... items) |
|
MutableLongBag |
withAll(LongIterable items) |
public MutableLongBag empty()
empty
in interface MutableLongBagFactory
public MutableLongBag of()
MutableLongBagFactory
MutableLongBagFactory.empty()
.of
in interface MutableLongBagFactory
public MutableLongBag with()
MutableLongBagFactory
MutableLongBagFactory.empty()
.with
in interface MutableLongBagFactory
public MutableLongBag of(long... items)
MutableLongBagFactory
MutableLongBagFactory.with(long[])
.of
in interface MutableLongBagFactory
public MutableLongBag with(long... items)
with
in interface MutableLongBagFactory
public MutableLongBag ofAll(LongIterable items)
MutableLongBagFactory
ofAll
in interface MutableLongBagFactory
public MutableLongBag withAll(LongIterable items)
withAll
in interface MutableLongBagFactory
Copyright © 2004–2017. All rights reserved.