| Package | Description |
|---|---|
| net.digitalid.utility.collections.iterable |
Provides the read-only and the freezable iterable.
|
| net.digitalid.utility.collections.map |
Provides one read-only and several freezable maps.
|
| net.digitalid.utility.collections.set |
Provides one read-only and several freezable sets.
|
| Modifier and Type | Method and Description |
|---|---|
default @Nonnull @NonFrozen FreezableSet<ELEMENT> |
ReadOnlyIterable.toFreezableSet()
Returns the elements of this collection as a freezable set.
|
| Modifier and Type | Method and Description |
|---|---|
@Nonnull FreezableSet<K> |
FreezableHashMap.keySet() |
@Nonnull @NullableElements FreezableSet<K> |
FreezableLinkedHashMap.keySet() |
@Nonnull FreezableSet<K> |
FreezableMap.keySet() |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
@Nonnull @NonFrozen FreezableSet<E> |
BackedFreezableSet.clone() |
@Nonnull @NonFrozen FreezableSet<E> |
ReadOnlySet.clone() |
Copyright © 2017. All rights reserved.