| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableList<E> |
class |
ImmutableNavigableSet<E> |
class |
ImmutableSet<E> |
class |
ImmutableSortedSet<E> |
| Modifier and Type | Method and Description |
|---|---|
static <E> ImmutableCollection<E> |
ImmutableCollection.of(Collection<? extends E> c) |
static <E> ImmutableCollection<E> |
ImmutableList.of(Collection<? extends E> c)
Deprecated.
throws
UnsupportedOperationException |
static <E> ImmutableCollection<E> |
ImmutableSet.of(Collection<? extends E> c)
Deprecated.
throws
UnsupportedOperationException |
Copyright © 2021. All rights reserved.