| Package | Description |
|---|---|
| net.digitalid.utility.collections.collection |
Provides the read-only and the freezable collection.
|
| net.digitalid.utility.collections.list |
Provides one read-only and several freezable lists.
|
| net.digitalid.utility.collections.set |
Provides one read-only and several freezable sets.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> @Nonnull BackedFreezableCollection<E> |
BackedFreezableCollection.with(@Nonnull net.digitalid.utility.freezable.FreezableInterface freezable,
@Nonnull Collection<E> collection)
Returns a new freezable collection backed by the given freezable and collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackedFreezableList<E>
This class implements a
set that can be frozen. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedFreezableSet<E>
This class implements a
set that can be frozen. |
Copyright © 2017. All rights reserved.