| Package | Description |
|---|---|
| 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 |
|---|---|
@Nonnull ReadOnlySet<K> |
ReadOnlyMap.keySet() |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
@Nonnull @Frozen ReadOnlySet<E> |
FreezableLinkedHashSet.freeze() |
@Nonnull @Frozen ReadOnlySet<E> |
FreezableSet.freeze() |
@Nonnull @Frozen ReadOnlySet<E> |
BackedFreezableSet.freeze() |
@Nonnull @Frozen ReadOnlySet<E> |
FreezableHashSet.freeze() |
Copyright © 2017. All rights reserved.