| Package | Description |
|---|---|
| net.digitalid.utility.collections.list |
Provides one read-only and several freezable lists.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FreezableList<E>
This interface models a
list that can be frozen. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedFreezableList<E>
This class implements a
set that can be frozen. |
class |
FreezableArrayList<E>
This class extends the
ArrayList and makes it freezable. |
class |
FreezableLinkedList<E>
This class extends the
LinkedList and makes it freezable. |
| Modifier and Type | Method and Description |
|---|---|
@Nonnull @Frozen ReadOnlyList<E> |
BackedFreezableList.freeze() |
@Nonnull @Frozen ReadOnlyList<E> |
FreezableLinkedList.freeze() |
@Nonnull @Frozen ReadOnlyList<E> |
FreezableArrayList.freeze() |
@Nonnull @Frozen ReadOnlyList<E> |
FreezableList.freeze() |
<EXCEPTION extends net.digitalid.utility.conversion.exceptions.ConnectionException> |
ReadOnlyListConverter.recover(@Nonnull net.digitalid.utility.conversion.interfaces.Decoder<EXCEPTION> decoder,
Void none) |
@Nonnull ReadOnlyList<E> |
ReadOnlyList.subList(@Index int fromIndex,
@IndexForInsertion int toIndex) |
static @Nonnull ReadOnlyList |
ReadOnlyList.with(boolean frozen) |
| Modifier and Type | Method and Description |
|---|---|
<EXCEPTION extends net.digitalid.utility.conversion.exceptions.ConnectionException> |
ReadOnlyListConverter.convert(@Nonnull ReadOnlyList readOnlyList,
@Nonnull net.digitalid.utility.conversion.interfaces.Encoder<EXCEPTION> encoder) |
Copyright © 2017. All rights reserved.