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(java.util.Collection<? extends E> set) |
static <E> ImmutableSet<E> |
ImmutableSortedSet.copyOf(java.util.Collection<? extends E> set)
Deprecated.
|
static <E> ImmutableSet<E> |
ImmutableSet.empty() |
static <E> ImmutableSet<E> |
ImmutableSet.of(E... a) |
static <E> ImmutableSet<E> |
ImmutableSet.of(java.util.Set<? extends E> set) |
static <E> ImmutableSet<E> |
ImmutableSortedSet.of(java.util.Set<? extends E> set)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap() |
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap(IntFunction<? extends java.util.Map<K,ImmutableSet<E>>> mapSupplier) |
static <T> Collector<T,?,ImmutableSet<T>> |
Fn.toImmutableSet() |
Modifier and Type | Method and Description |
---|---|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap(IntFunction<? extends java.util.Map<K,ImmutableSet<E>>> mapSupplier) |
Modifier and Type | Method and Description |
---|---|
ImmutableSet<T> |
Stream.toImmutableSet() |
Modifier and Type | Method and Description |
---|---|
static <T> Collector<T,?,ImmutableSet<T>> |
Collectors.toImmutableSet() |