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