| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNavigableSet<E> |
class |
ImmutableSortedSet<E> |
| Modifier and Type | Method and Description |
|---|---|
static <E> ImmutableSet<E> |
ImmutableSet.copyOf(Collection<? extends E> set) |
static <E> ImmutableSet<E> |
ImmutableSortedSet.copyOf(Collection<? extends E> set)
Deprecated.
throws
UnsupportedOperationException |
ImmutableSet<T> |
Multiset.elements() |
static <E> ImmutableSet<E> |
ImmutableSet.empty() |
static <E> ImmutableSet<E> |
ImmutableSet.just(E e) |
ImmutableSet<K> |
BiMap.keySet()
Returns an immutable key set.
|
static <E> ImmutableSet<E> |
ImmutableSet.of(E... a) |
static <E> ImmutableSet<E> |
ImmutableSet.of(E e) |
static <E> ImmutableSet<E> |
ImmutableSet.of(Set<? extends E> set) |
static <E> ImmutableSet<E> |
ImmutableSortedSet.of(Set<? extends E> set)
Deprecated.
throws
UnsupportedOperationException |
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive) |
static ImmutableSet<Percentage> |
Percentage.range(Percentage startInclusive,
Percentage endExclusive,
Percentage by) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive) |
static ImmutableSet<Percentage> |
Percentage.rangeClosed(Percentage startInclusive,
Percentage endInclusive,
Percentage by) |
ImmutableSet<T> |
ExceptionalStream.toImmutableSet() |
ImmutableSet<T> |
u.Optional.toImmutableSet()
To immutable set.
|
ImmutableSet<Boolean> |
u.OptionalBoolean.toImmutableSet()
To immutable set.
|
ImmutableSet<Character> |
u.OptionalChar.toImmutableSet()
To immutable set.
|
ImmutableSet<Byte> |
u.OptionalByte.toImmutableSet()
To immutable set.
|
ImmutableSet<Short> |
u.OptionalShort.toImmutableSet()
To immutable set.
|
ImmutableSet<Integer> |
u.OptionalInt.toImmutableSet()
To immutable set.
|
ImmutableSet<Long> |
u.OptionalLong.toImmutableSet()
To immutable set.
|
ImmutableSet<Float> |
u.OptionalFloat.toImmutableSet()
To immutable set.
|
ImmutableSet<Double> |
u.OptionalDouble.toImmutableSet()
To immutable set.
|
ImmutableSet<T> |
u.Nullable.toImmutableSet()
To immutable set.
|
ImmutableSet<T> |
u.Nullable.toImmutableSetIfNotNull()
To immutable set if not null.
|
ImmutableSet<V> |
BiMap.values()
Returns an immutable value set.
|
| Modifier and Type | Method and Description |
|---|---|
static IntFunction<ImmutableSet<?>> |
Fn.Factory.ofImmutableSet()
Deprecated.
|
static Supplier<ImmutableSet<?>> |
Fn.Suppliers.ofImmutableSet()
Deprecated.
|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap()
To immutable map.
|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableSet<E>>> mapSupplier)
To immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableSet<E>>> mapSupplier)
To immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,ImmutableSet<T>> |
Collectors.toImmutableSet() |
Copyright © 2021. All rights reserved.