public interface MutableLongBagFactory
MutableLongBag.
 This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description | 
|---|---|
MutableLongBag | 
empty()  | 
MutableLongBag | 
of()
Same as  
empty(). | 
MutableLongBag | 
of(long... items)
Same as  
with(long[]). | 
MutableLongBag | 
ofAll(LongIterable items)
Same as  
withAll(LongIterable). | 
MutableLongBag | 
with()
Same as  
empty(). | 
MutableLongBag | 
with(long... items)  | 
MutableLongBag | 
withAll(LongIterable items)  | 
MutableLongBag empty()
MutableLongBag of()
empty().MutableLongBag with()
empty().MutableLongBag of(long... items)
with(long[]).MutableLongBag with(long... items)
MutableLongBag ofAll(LongIterable items)
withAll(LongIterable).MutableLongBag withAll(LongIterable items)
Copyright © 2004–2016. All rights reserved.