Package | Description |
---|---|
org.eclipse.collections.api.factory.set | |
org.eclipse.collections.impl.set.fixed |
This package contains implementations of
FixedSizeSet . |
Modifier and Type | Method and Description |
---|---|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.empty() |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of()
Same as
FixedSizeSetFactory.empty() . |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one)
Same as
FixedSizeSetFactory.with(Object) . |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two,
T three)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two,
T three,
T four)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with()
Same as
FixedSizeSetFactory.empty() . |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two,
T three) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two,
T three,
T four) |
Modifier and Type | Method and Description |
---|---|
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.empty() |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.of() |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.of(T one) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.of(T one,
T two) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.of(T one,
T two,
T three) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.of(T one,
T two,
T three,
T four) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.with() |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.with(T one) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.with(T one,
T two) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.with(T one,
T two,
T three) |
<T> FixedSizeSet<T> |
FixedSizeSetFactoryImpl.with(T one,
T two,
T three,
T four) |
Copyright © 2004–2016. All rights reserved.