| Package | Description |
|---|---|
| net.digitalid.utility.collections.iterable |
Provides the read-only and the freezable iterable.
|
| net.digitalid.utility.collections.list |
Provides one read-only and several freezable lists.
|
| Modifier and Type | Method and Description |
|---|---|
default @Nonnull @NonFrozen FreezableList<ELEMENT> |
ReadOnlyIterable.toFreezableList()
Returns the elements of this collection as a freezable list.
|
| 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 @NonFrozen FreezableList<E> |
BackedFreezableList.clone() |
@Nonnull @NonFrozen FreezableList<E> |
ReadOnlyList.clone() |
@Nonnull FreezableList<E> |
BackedFreezableList.subList(@Index int fromIndex,
@IndexForInsertion int toIndex) |
@Nonnull FreezableList<E> |
FreezableLinkedList.subList(@Index int fromIndex,
@IndexForInsertion int toIndex) |
@Nonnull FreezableList<E> |
FreezableArrayList.subList(@Index int fromIndex,
@IndexForInsertion int toIndex) |
@Nonnull FreezableList<E> |
FreezableList.subList(@Index int fromIndex,
@IndexForInsertion int toIndex) |
Copyright © 2017. All rights reserved.