@Immutable public class FixedSizeSetFactoryImpl extends Object implements FixedSizeSetFactory
| Constructor and Description |
|---|
FixedSizeSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> FixedSizeSet<T> |
of()
Same as
FixedSizeSetFactory.with(). |
<T> FixedSizeSet<T> |
of(T one)
Same as
FixedSizeSetFactory.with(Object). |
<T> FixedSizeSet<T> |
of(T one,
T two)
|
<T> FixedSizeSet<T> |
of(T one,
T two,
T three)
|
<T> FixedSizeSet<T> |
of(T one,
T two,
T three,
T four)
|
<T> MutableSet<T> |
ofAll(Iterable<? extends T> items)
|
<T> FixedSizeSet<T> |
with() |
<T> FixedSizeSet<T> |
with(T one) |
<T> FixedSizeSet<T> |
with(T one,
T two) |
<T> FixedSizeSet<T> |
with(T one,
T two,
T three) |
<T> FixedSizeSet<T> |
with(T one,
T two,
T three,
T four) |
<T> MutableSet<T> |
withAll(Iterable<? extends T> items) |
public <T> FixedSizeSet<T> of()
FixedSizeSetFactoryFixedSizeSetFactory.with().of in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with()
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one)
FixedSizeSetFactoryFixedSizeSetFactory.with(Object).of in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two, T three)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two, T three)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two, T three, T four)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two, T three, T four)
with in interface FixedSizeSetFactorypublic <T> MutableSet<T> ofAll(Iterable<? extends T> items)
FixedSizeSetFactoryofAll in interface FixedSizeSetFactorypublic <T> MutableSet<T> withAll(Iterable<? extends T> items)
withAll in interface FixedSizeSetFactoryCopyright © 2004–2017. All rights reserved.