| Package | Description |
|---|---|
| net.digitalid.utility.collections.array |
Provides the read-only and the freezable array.
|
| net.digitalid.utility.collections.collection |
Provides the read-only and the freezable collection.
|
| 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.
|
| net.digitalid.utility.collections.set |
Provides one read-only and several freezable sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FreezableArray<E>
This class models
freezable arrays. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FreezableCollection<E>
This interface models a
collection that can be frozen. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedFreezableCollection<E>
This class implements a
collection that can be frozen. |
| Modifier and Type | Method and Description |
|---|---|
@Nonnull @NonFrozen FreezableIterable<ELEMENT> |
ReadOnlyIterable.clone() |
| 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 | Interface and Description |
|---|---|
interface |
FreezableSet<E>
This interface models a
set that can be frozen. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedFreezableSet<E>
This class implements a
set that can be frozen. |
class |
FreezableHashSet<E>
This class extends the
HashSet and makes it freezable. |
class |
FreezableLinkedHashSet<E>
This class extends the
LinkedHashSet and makes it freezable. |
Copyright © 2017. All rights reserved.