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