- with(FreezableInterface, Collection<E>) - Static method in class net.digitalid.utility.collections.collection.BackedFreezableCollection
-
Returns a new freezable collection backed by the given freezable and collection.
- with(Iterator<E>, FreezableCollection<E>) - Static method in class net.digitalid.utility.collections.iterator.FreezableIterator
-
Returns a new freezable iterator backed by the given iterator and freezable collection.
- with(FreezableInterface, List<E>) - Static method in class net.digitalid.utility.collections.list.BackedFreezableList
-
Returns a new freezable list backed by the given freezable and list.
- with(boolean) - Static method in interface net.digitalid.utility.collections.list.ReadOnlyList
-
- with(FreezableInterface, Set<E>) - Static method in class net.digitalid.utility.collections.set.BackedFreezableSet
-
Returns a new freezable set backed by the given freezable and set.
- withAccessOrder(boolean) - Method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder.InnerFreezableLinkedHashMapBuilder
-
- withAccessOrder(boolean) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder
-
- withElement(E) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the given element.
- withElement(E) - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with the given element.
- withElement(E) - Static method in class net.digitalid.utility.collections.set.FreezableHashSet
-
Returns a new freezable hash set with the given element.
- withElement(E) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSet
-
Returns a new freezable linked hash set with the given element.
- withElements(E...) - Static method in class net.digitalid.utility.collections.array.FreezableArray
-
Returns a new freezable array with the given elements or null if the given array is null.
- withElements(E...) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the given elements or null if the given array is null.
- withElements(E...) - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with the given elements or null if the given array is null.
- withElements(E...) - Static method in class net.digitalid.utility.collections.set.FreezableHashSet
-
Returns a new freezable hash set with the given elements or null if the given array is null.
- withElements(E...) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSet
-
Returns a new freezable linked hash set with the given elements or null if the given array is null.
- withElementsOf(FiniteIterable<? extends E>) - Static method in class net.digitalid.utility.collections.array.FreezableArray
-
Returns a new freezable array with the elements of the given iterable or null if the given iterable is null.
- withElementsOf(Collection<? extends E>) - Static method in class net.digitalid.utility.collections.array.FreezableArray
-
Returns a new freezable array with the elements of the given collection or null if the given collection is null.
- withElementsOf(FreezableCollection<? extends E>) - Static method in class net.digitalid.utility.collections.array.FreezableArray
-
Returns a new freezable array with the elements of the given freezable collection or null if the given collection is null.
- withElementsOf(FiniteIterable<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the elements of the given iterable or null if the given iterable is null.
- withElementsOf(Collection<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the elements of the given collection or null if the given collection is null.
- withElementsOf(FreezableCollection<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the elements of the given freezable collection or null if the given collection is null.
- withElementsOf(FiniteIterable<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with the elements of the given iterable or null if the given iterable is null.
- withElementsOf(Collection<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with the elements of the given collection or null if the given collection is null.
- withElementsOf(FreezableCollection<? extends E>) - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with the elements of the given freezable collection or null if the given collection is null.
- withElementsOf(FiniteIterable<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableHashSet
-
Returns a new freezable hash set with the elements of the given iterable or null if the given iterable is null.
- withElementsOf(Collection<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableHashSet
-
Returns a new freezable hash set with the elements of the given collection or null if the given collection is null.
- withElementsOf(FreezableCollection<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableHashSet
-
Returns a new freezable hash set with the elements of the given freezable collection or null if the given collection is null.
- withElementsOf(FiniteIterable<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSet
-
Returns a new freezable linked hash set with the elements of the given iterable or null if the given iterable is null.
- withElementsOf(Collection<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSet
-
Returns a new freezable linked hash set with the elements of the given collection or null if the given collection is null.
- withElementsOf(FreezableCollection<? extends E>) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSet
-
Returns a new freezable linked hash set with the elements of the given freezable collection or null if the given collection is null.
- withInitialCapacity(int) - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with the given initial capacity.
- withInitialCapacity(int) - Method in class net.digitalid.utility.collections.map.FreezableHashMapBuilder.InnerFreezableHashMapBuilder
-
- withInitialCapacity(int) - Static method in class net.digitalid.utility.collections.map.FreezableHashMapBuilder
-
- withInitialCapacity(int) - Method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder.InnerFreezableLinkedHashMapBuilder
-
- withInitialCapacity(int) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder
-
- withInitialCapacity(int) - Method in class net.digitalid.utility.collections.set.FreezableHashSetBuilder.InnerFreezableHashSetBuilder
-
- withInitialCapacity(int) - Static method in class net.digitalid.utility.collections.set.FreezableHashSetBuilder
-
- withInitialCapacity(int) - Method in class net.digitalid.utility.collections.set.FreezableLinkedHashSetBuilder.InnerFreezableLinkedHashSetBuilder
-
- withInitialCapacity(int) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSetBuilder
-
- withLoadFactor(float) - Method in class net.digitalid.utility.collections.map.FreezableHashMapBuilder.InnerFreezableHashMapBuilder
-
- withLoadFactor(float) - Static method in class net.digitalid.utility.collections.map.FreezableHashMapBuilder
-
- withLoadFactor(float) - Method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder.InnerFreezableLinkedHashMapBuilder
-
- withLoadFactor(float) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMapBuilder
-
- withLoadFactor(float) - Method in class net.digitalid.utility.collections.set.FreezableHashSetBuilder.InnerFreezableHashSetBuilder
-
- withLoadFactor(float) - Static method in class net.digitalid.utility.collections.set.FreezableHashSetBuilder
-
- withLoadFactor(float) - Method in class net.digitalid.utility.collections.set.FreezableLinkedHashSetBuilder.InnerFreezableLinkedHashSetBuilder
-
- withLoadFactor(float) - Static method in class net.digitalid.utility.collections.set.FreezableLinkedHashSetBuilder
-
- withMappingsOf(ReadOnlyMap<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableHashMap
-
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
- withMappingsOf(Map<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableHashMap
-
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
- withMappingsOf(FreezableMap<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableHashMap
-
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
- withMappingsOf(ReadOnlyMap<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMap
-
Returns a new freezable linked hash map with the mappings of the given map or null if the given map is null.
- withMappingsOf(Map<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMap
-
Returns a new freezable linked hash map with the mappings of the given map or null if the given map is null.
- withMappingsOf(FreezableMap<? extends K, ? extends V>) - Static method in class net.digitalid.utility.collections.map.FreezableLinkedHashMap
-
Returns a new freezable linked hash map with the mappings of the given map or null if the given map is null.
- withNoElements() - Static method in class net.digitalid.utility.collections.list.FreezableArrayList
-
Returns a new freezable array list with no elements.
- withNoElements() - Static method in class net.digitalid.utility.collections.list.FreezableLinkedList
-
Returns a new freezable linked list with no elements.
- withSize(int) - Static method in class net.digitalid.utility.collections.array.FreezableArray
-
Returns a new freezable array with the given size.