| Package | Description |
|---|---|
| net.digitalid.utility.collections.set |
Provides one read-only and several freezable sets.
|
| Modifier and Type | Method and Description |
|---|---|
FreezableLinkedHashSet<E> |
FreezableLinkedHashSetBuilder.InnerFreezableLinkedHashSetBuilder.build() |
static <E> FreezableLinkedHashSet<E> |
FreezableLinkedHashSetBuilder.build() |
static <E> FreezableLinkedHashSet<E> |
FreezableLinkedHashSetBuilder.buildWithInitialCapacity(@NonNegative int initialCapacity) |
static <E> FreezableLinkedHashSet<E> |
FreezableLinkedHashSetBuilder.buildWithLoadFactor(@Positive float loadFactor) |
@Nonnull @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.clone() |
static <E> @Nonnull @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.withElement(E element)
Returns a new freezable linked hash set with the given element.
|
static <E> @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.withElements(E... elements)
Returns a new freezable linked hash set with the given elements or null if the given array is null.
|
static <E> @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.withElementsOf(Collection<? extends E> collection)
Returns a new freezable linked hash set with the elements of the given collection or null if the given collection is null.
|
static <E> @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.withElementsOf(net.digitalid.utility.functional.iterables.FiniteIterable<? extends E> iterable)
Returns a new freezable linked hash set with the elements of the given iterable or null if the given iterable is null.
|
static <E> @NonFrozen FreezableLinkedHashSet<E> |
FreezableLinkedHashSet.withElementsOf(FreezableCollection<? extends E> collection)
Returns a new freezable linked hash set with the elements of the given freezable collection or null if the given collection is null.
|
Copyright © 2017. All rights reserved.