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