- add(K) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- add(E) - Method in class org.magicwerk.brownies.collections.GapList
-
- add(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
- add(CharSequence, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Add specified number of chars from CharSequence into CharGapList.
- add(E) - Method in class org.magicwerk.brownies.collections.IList
-
- add(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
- add(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsSet
-
- add(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- add(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Note that the behavior of the operation depends on the defined constraints.
- add(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Note that the behavior of the operation depends on the defined constraints.
- addAll(Collection<? extends K>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- addAll(IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Adds all of the elements in the specified list into this list.
- addAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts all of the elements in the specified list into this
list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Adds all of the elements in the specified collection into this list.
- addAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- addArray(E...) - Method in class org.magicwerk.brownies.collections.IList
-
Adds all specified elements into this list.
- addArray(E[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
- addArray(int, E[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
- addArray(int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts the specified elements into this list,
starting at the specified position.
- addFirst(E) - Method in class org.magicwerk.brownies.collections.IList
-
- addIf(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Adds element if allowed and returns true.
- addIfAbsent(E) - Method in class org.magicwerk.brownies.collections.IList
-
Add elements if it is not already contained in the list.
- addLast(E) - Method in class org.magicwerk.brownies.collections.IList
-
- addMult(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Adds element multiple time to list.
- addMult(int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts element multiple time to list, starting at the specified position.
- apply(E) - Method in class org.magicwerk.brownies.collections.helper.IdentMapper
-
- ArraysHelper - Class in org.magicwerk.brownies.collections.helper
-
The class ArraysHelper adds method for handling boolean arrays which are missing in java.util.Arrays, e.g. sort() and binarySearch().
- ArraysHelper() - Constructor for class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- asMap1() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns a map view to the key map.
- asMap1() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns a map view to the key map.
- asMap1() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns a map view to the key map.
- asMap1() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns a map view to the key map.
- asMap2() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns a map view to the key map.
- asMap2() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns a map view to the key map.
- asSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a Set view of the element set.
- asSet() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a Set view of the element set.
- BigList<E> - Class in org.magicwerk.brownies.collections
-
BigList is a list optimized for storing large number of elements.
- BigList(boolean, BigList<E>) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Constructor used internally, e.g. for ImmutableBigList.
- BigList() - Constructor for class org.magicwerk.brownies.collections.BigList
-
Default constructor.
- BigList(int) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Constructor.
- BigList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- BigList.ImmutableBigList<E> - Class in org.magicwerk.brownies.collections
-
An immutable version of a BigList.
- BigLists - Class in org.magicwerk.brownies.collections.helper
-
Helper class to create wrapper list objects wrapping primitive BigLists.
- BigLists() - Constructor for class org.magicwerk.brownies.collections.helper.BigLists
-
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.BigList
-
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.GapList
-
- binarySearch(int[], int, int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(long[], int, int, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(double[], int, int, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(float[], int, int, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(boolean[], int, int, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(byte[], int, int, byte) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(char[], int, int, char) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(short[], int, int, short) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- binarySearch(IBooleanList, boolean, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.BooleanBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IByteList, byte, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ByteBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(ICharList, char, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.CharBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IDoubleList, double, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.DoubleBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IFloatList, float, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.FloatBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IIntList, int, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.IntBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(ILongList, long, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.LongBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IShortList, short, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ShortBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(List<? extends E>, E, Comparator<? super E>, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- binarySearchAdd(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Return the index of the first list element that compares as greater than the key, or list.size() if there is no such element.
- binarySearchGet(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Return the index of the first list element that compares as equal to the key.
- blockSize() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns block size used for this BigList.
- BooleanBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type boolean.
- BooleanBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.BooleanBinarySearch
-
- BooleanMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- build() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- build() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
Create collection with specified options.
- build() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1List.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1Set.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2List.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2Set.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeyList.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeySet.Builder
-
Default constructor.
- BuilderImpl() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- ByteBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type byte.
- ByteBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.ByteBinarySearch
-
- ByteMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- capacity() - Method in class org.magicwerk.brownies.collections.BigList
-
As BigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.GapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.IList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- capacity() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- CharBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type char.
- CharBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.CharBinarySearch
-
- CharMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified index is valid for getting/setting elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified index is valid for adding elements.
- checkLength(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified length is valid (>= 0).
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.IList
-
Check that object is not null.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified range is valid.
- clear() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- clear() - Method in class org.magicwerk.brownies.collections.IList
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- clone() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.GapList
-
- clone() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.Key1List
-
- clone() - Method in class org.magicwerk.brownies.collections.Key2List
-
- clone() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- clone() - Method in class org.magicwerk.brownies.collections.KeyList
-
- clone() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- CollectionAsSet<K> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- CollectionAsSet(Collection<K>, boolean) - Constructor for class org.magicwerk.brownies.collections.CollectionAsSet
-
- compare(int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(long, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(double, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(float, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(boolean, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NullComparator
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Determines whether the list contains a matching element.
- containsKey(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- containsKey(int, K) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Checks whether the specified key exists in this list.
- containsKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Checks whether the specified key exists in this list.
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Checks whether an element with specified key exists.
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsValue(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- copy() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.GapList
-
- copy() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a shallow copy of this list.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- copy() - Method in class org.magicwerk.brownies.collections.Key1List
-
- copy() - Method in class org.magicwerk.brownies.collections.Key1Set
-
- copy() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- copy() - Method in class org.magicwerk.brownies.collections.Key2List
-
- copy() - Method in class org.magicwerk.brownies.collections.Key2Set
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection with all its elements.
- copy() - Method in class org.magicwerk.brownies.collections.KeyList
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- copy() - Method in class org.magicwerk.brownies.collections.KeySet
-
- create() - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.BigLists
-
Create a BigList wrapping a primitive BigList, e.g. an IntObjBigList wrapping an IntBigList.
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g. an IntObjGapList wrapping an IntGapList.
- createWrapperList(Class<?>, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g. an IntObjGapList wrapping an IntGapList.
- crop() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- crop() - Method in class org.magicwerk.brownies.collections.Key1List
-
- crop() - Method in class org.magicwerk.brownies.collections.Key1Set
-
- crop() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- crop() - Method in class org.magicwerk.brownies.collections.Key2List
-
- crop() - Method in class org.magicwerk.brownies.collections.Key2Set
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.KeyList
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.KeySet
-
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.GapList
-
Default capacity for list
- descendingIterator() - Method in class org.magicwerk.brownies.collections.IList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.BigList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for adding an element to the list.
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doAddAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.BigList
-
- doAddAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for adding multiple elements to the list.
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.BigList
-
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.GapList
-
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Assign this list the content of the that list.
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doClear() - Method in class org.magicwerk.brownies.collections.BigList
-
- doClear() - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doClear() - Method in class org.magicwerk.brownies.collections.GapList
-
- doClear() - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doClear() - Method in class org.magicwerk.brownies.collections.IList
-
- doClear() - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doClear() - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doClear() - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.BigList
-
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.GapList
-
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doCreate(int) - Method in class org.magicwerk.brownies.collections.BigList
-
- doCreate(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doCreate(int) - Method in class org.magicwerk.brownies.collections.IList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doCreate(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doCreateArray(Class<T>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Create array.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.BigList
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.IList
-
Increases the capacity of this list instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.BigList
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyListFromArray
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyListFromCollection
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyListFromList
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyListFromMult
-
- doGet(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method to fill the specified elements in an array.
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doModify() - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doModify() - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doModify() - Method in class org.magicwerk.brownies.collections.IList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doModify() - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doModify() - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.BigList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doRemove(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.BigList
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes element by key.
- doReplaceAll(int, int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Sets an element at specified position.
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Internal method to rotate specified elements in the list.
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for setting an element in the list.
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- DoubleBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type double.
- DoubleBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.DoubleBinarySearch
-
- DoubleMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Drag specified elements.
- DuplicateKeyException - Exception in org.magicwerk.brownies.collections.exceptions
-
Exception thrown if an action is not allowed due to a duplicate key error.
- DuplicateKeyException(Object) - Constructor for exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
-
- GapList<E> - Class in org.magicwerk.brownies.collections
-
GapList combines the strengths of both ArrayList and LinkedList.
- GapList(boolean, GapList<E>) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Constructor used internally, e.g. for ImmutableGapList.
- GapList() - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list with the default initial capacity.
- GapList(int) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list with specified initial capacity.
- GapList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list to contain the specified elements.
- GapList.ImmutableGapList<E> - Class in org.magicwerk.brownies.collections
-
An immutable version of a GapList.
- GapLists - Class in org.magicwerk.brownies.collections.helper
-
Helper class to create wrapper list objects wrapping primitive GapLists.
- GapLists() - Constructor for class org.magicwerk.brownies.collections.helper.GapLists
-
- get(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- get(int) - Method in class org.magicwerk.brownies.collections.IList
-
- get(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- get(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.GapList
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.IList
-
Returns all elements in the list equal to the specified element.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns specified range of elements from list.
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1List
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1Set
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2Set
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all equal elements.
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyList
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeySet
-
- getAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a collection with all elements with the specified key.
- getAllByKey(int, Object, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Fill the collection with all elements with the specified key.
- getAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a list with all elements with the specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns all elements with specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns all elements with specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Set
-
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all elements with specified key.
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all elements with specified key.
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Set
-
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all elements with specified key.
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all elements with specified key.
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Set
-
- getAllKeys(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns list containing all keys in element order.
- getAllKeys(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns list containing all keys in element order.
- getAllKeys2() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns list containing all keys in element order.
- getAllKeys2() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns list containing all keys in element order.
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1List
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1Set
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2List
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2Set
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeyList
-
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeySet
-
- getByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns value for specified key.
- getByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns value for given key.
- getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns element with specified key.
- getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns element with specified key.
- getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns element with specified key.
- getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns element with specified key.
- getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns element with specified key.
- getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns element with specified key.
- getCount(E) - Method in class org.magicwerk.brownies.collections.IList
-
Counts how many times the specified element is contained in the list.
- getCount(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.Key1List
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns the number of equal elements.
- getCount(E) - Method in class org.magicwerk.brownies.collections.KeyList
-
- getCount(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- getCountByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns number of elements with specified key.
- getCountByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns number of elements with specified key.
- getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns the number of elements with specified key.
- getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns the number of elements with specified key.
- getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns the number of elements with specified key.
- getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns the number of elements with specified key.
- getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns the number of elements with specified key.
- getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns the number of elements with specified key.
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.BigList
-
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.GapList
-
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.IList
-
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.IList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key1List
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key2List
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all distinct elements in the same order as in the collection.
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyList
-
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- getDistinctKeys(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns set containing all distinct keys.
- getDistinctKeys(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns set containing all distinct keys.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all distinct keys in the same order as in the key map.
- getFirst() - Method in class org.magicwerk.brownies.collections.IList
-
- getIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Get first element in the list which matches the predicate.
- getKey() - Method in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
-
- getKey() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
-
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns mapper for key map.
- getKey2Mapper() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns mapper for key map.
- getKey2Mapper() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns mapper for key map.
- getKeyMapper(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns mapper for specified key map.
- getKeyMapper(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns mapper for specified key map.
- getLast() - Method in class org.magicwerk.brownies.collections.IList
-
- getSingle() - Method in class org.magicwerk.brownies.collections.IList
-
Returns the only element stored in the list.
- getSingleOrEmpty() - Method in class org.magicwerk.brownies.collections.IList
-
Returns the only element stored in the list or null if the list is empty.
- getValue() - Method in class org.magicwerk.brownies.collections.helper.Option
-
Returns stored value.
- getValue() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
-
- getValueOrNull() - Method in class org.magicwerk.brownies.collections.helper.Option
-
Returns stored value of null if no value is stored.
- IdentMapper<E> - Class in org.magicwerk.brownies.collections.helper
-
Identity mapper.
- IList<E> - Class in org.magicwerk.brownies.collections
-
IList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
- IList() - Constructor for class org.magicwerk.brownies.collections.IList
-
- IList.IReadOnlyList<E> - Class in org.magicwerk.brownies.collections
-
- IList.IReadOnlyListFromArray<E> - Class in org.magicwerk.brownies.collections
-
- IList.IReadOnlyListFromCollection<E> - Class in org.magicwerk.brownies.collections
-
- IList.IReadOnlyListFromList<E> - Class in org.magicwerk.brownies.collections
-
- IList.IReadOnlyListFromMult<E> - Class in org.magicwerk.brownies.collections
-
- ImmutableBigList(BigList<E>) - Constructor for class org.magicwerk.brownies.collections.BigList.ImmutableBigList
-
Private constructor used internally.
- ImmutableGapList(GapList<E>) - Constructor for class org.magicwerk.brownies.collections.GapList.ImmutableGapList
-
Private constructor used internally.
- ImmutableKey1List(Key1List<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1List.ImmutableKey1List
-
Private constructor used internally.
- ImmutableKey2List(Key2List<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2List.ImmutableKey2List
-
Private constructor used internally.
- ImmutableKeyList(KeyList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
Private constructor used internally.
- ImmutableMapEntry<K,E> - Class in org.magicwerk.brownies.collections
-
Read-only implementation of Map.Entry.
- ImmutableMapEntry(K, E) - Constructor for class org.magicwerk.brownies.collections.ImmutableMapEntry
-
Constructor of an immutable map entry.
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- indexOf(Object, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- indexOfIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the first element which matches the specified element in this list.
- indexOfKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Find given key and return its index.
- indexOfKey(int, Object, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Find given key and return its index.
- indexOfKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns index of first element in list with specified key.
- indexOfKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns index of first element in list with specified key.
- indexOfKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns index of first element in list with specified key.
- initAll(IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Initializes the list so it will afterwards only contain the elements of the collection.
- initAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Initializes the list so it will afterwards only contain the elements of the collection.
- initArray(E...) - Method in class org.magicwerk.brownies.collections.IList
-
Initializes the list so it will afterwards only contain the elements of the array.
- initClone(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Initialize this object after the bitwise copy has been made
by Object.clone().
- initMult(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- INSTANCE - Static variable in class org.magicwerk.brownies.collections.helper.IdentMapper
-
Singleton instance
- INSTANCE() - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Returns singleton instance.
- INSTANCE(Class<T>) - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Returns singleton instance.
- IntBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type int.
- IntBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.IntBinarySearch
-
- IntMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- invalidate(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Invalidate element, i.e. all keys of the element are extracted
again and stored in the key maps.
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Invalidate element, i.e. all keys of the element are extracted
again and stored in the key maps.
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Invalidate key value of element.
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Invalidate key value of element.
- invalidateKey1(K, K, E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Invalidate key value of element.
- invalidateKey1(K, K, E) - Method in class org.magicwerk.brownies.collections.Key1List
-
Invalidate key value of element.
- invalidateKey1(K1, K1, E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Invalidate key value of element.
- invalidateKey1(K1, K1, E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Invalidate key value of element.
- invalidateKey2(K2, K2, E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Invalidate key value of element.
- invalidateKey2(K2, K2, E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Invalidate key value of element.
- IReadOnlyList() - Constructor for class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.IList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- isSorted() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Determines whether this list is sorted or not.
- isSorted() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Determines whether this list is sorted or not.
- iterator() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- iterator() - Method in class org.magicwerk.brownies.collections.IList
-
- iterator() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- Key1Collection<E,K> - Class in org.magicwerk.brownies.collections
-
Key1Collection implements a collection with 1 key.
- Key1Collection() - Constructor for class org.magicwerk.brownies.collections.Key1Collection
-
Protected constructor used by builder or derived collections.
- Key1Collection.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1Collection instances.
- Key1List<E,K> - Class in org.magicwerk.brownies.collections
-
Key1List implements a key list with 1 key.
- Key1List() - Constructor for class org.magicwerk.brownies.collections.Key1List
-
Protected constructor used by builder or derived collections.
- Key1List(boolean, Key1List<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1List
-
- Key1List.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1List instances.
- Key1List.ImmutableKey1List<E,K> - Class in org.magicwerk.brownies.collections
-
An immutable version of a Key1List.
- Key1Set<E,K> - Class in org.magicwerk.brownies.collections
-
Key1Set implements a set.
- Key1Set() - Constructor for class org.magicwerk.brownies.collections.Key1Set
-
Protected constructor used by builder or derived collections.
- Key1Set.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyCollection instances.
- Key2Collection<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2Collection implements a collection with 2 keys.
- Key2Collection() - Constructor for class org.magicwerk.brownies.collections.Key2Collection
-
Protected constructor used by builder or derived collections.
- Key2Collection.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2Collection instances.
- Key2List<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2List implements a key list with 2 keys.
- Key2List() - Constructor for class org.magicwerk.brownies.collections.Key2List
-
Protected constructor used by builder or derived collections.
- Key2List(boolean, Key2List<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2List
-
- Key2List.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2List instances.
- Key2List.ImmutableKey2List<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
An immutable version of a Key1List.
- Key2Set<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2Set implements a set.
- Key2Set() - Constructor for class org.magicwerk.brownies.collections.Key2Set
-
Protected constructor used by builder or derived collections.
- Key2Set.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyCollection instances.
- KeyCollection<E> - Class in org.magicwerk.brownies.collections
-
KeyCollection implements a collection.
- KeyCollection() - Constructor for class org.magicwerk.brownies.collections.KeyCollection
-
Protected constructor used by builder or derived collections.
- KeyCollection.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyCollection instances.
- KeyCollectionAsMap<K,E> - Class in org.magicwerk.brownies.collections
-
Implements a Map based on a key map in a KeyCollection or KeyList.
- KeyCollectionAsMap(KeyCollectionImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- KeyCollectionAsMap(KeyListImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- KeyCollectionAsSet<E> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- KeyCollectionAsSet(KeyCollectionImpl<E>, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsSet
-
- KeyCollectionImpl<E> - Class in org.magicwerk.brownies.collections
-
Add:
- validation fails: null / constraint
- duplicate not allowed (mode replace)
Triggers:
- triggers are called after the add/remove operation has finished
- if an exception is thrown in the trigger, the change already made to the collection is not undone
- KeyCollectionImpl.BuilderImpl<E> - Class in org.magicwerk.brownies.collections
-
Implementation of builder.
- KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K> - Class in org.magicwerk.brownies.collections
-
- KeyException - Exception in org.magicwerk.brownies.collections.exceptions
-
All exceptions thrown in KeyCollection/KeyList implementations
are of type KeyException.
- KeyException() - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(String) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyException(String, Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
-
- KeyList<E> - Class in org.magicwerk.brownies.collections
-
KeyList implements a list.
- KeyList() - Constructor for class org.magicwerk.brownies.collections.KeyList
-
Protected constructor used by builder or derived collections.
- KeyList(boolean, KeyList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyList
-
- KeyList.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyList instances.
- KeyList.ImmutableKeyList<E> - Class in org.magicwerk.brownies.collections
-
An immutable version of a Key1List.
- KeyListImpl<E> - Class in org.magicwerk.brownies.collections
-
A KeyList add key handling features to GapList.
- KeyListImpl(boolean, KeyListImpl<E>) - Constructor for class org.magicwerk.brownies.collections.KeyListImpl
-
- KeyMapBuilder() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
- keySet() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
Note that the returned set is immutable.
- KeySet<E> - Class in org.magicwerk.brownies.collections
-
KeySet implements a set.
- KeySet() - Constructor for class org.magicwerk.brownies.collections.KeySet
-
Protected constructor used by builder or derived collections.
- KeySet.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyCollection instances.
- read(InputStream, ByteGapList, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Read specified number of bytes from InputStream into ByteGapList.
- read(Reader, CharGapList, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Read specified number of chars from Reader into CharGapList.
- remove(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- remove(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- remove(int) - Method in class org.magicwerk.brownies.collections.IList
-
- remove(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- remove() - Method in class org.magicwerk.brownies.collections.IList
-
- remove(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Remove specified range of elements from list.
- remove(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- remove(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.IList
-
Removes all equal elements.
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.IList
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key1List
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes all equal elements.
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyList
-
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes element by key.
- removeAllByKey(int, Object, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Removes element by key.
- removeAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Removes all elements with specified key.
- removeAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Removes all elements with specified key.
- removeAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes all elements with specified key.
- removeAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes all elements with specified key.
- removeAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes all elements with specified key.
- removeAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes all elements with specified key.
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Removes element by key.
- removeByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Removes element with specified key.
- removeByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Removes element with specified key.
- removeByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes element with specified key.
- removeByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes element with specified key.
- removeByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes element with specified key.
- removeByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes element with specified key.
- removeFirst() - Method in class org.magicwerk.brownies.collections.IList
-
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- removeIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Removes all elements in the list which match the predicate.
- removeLast() - Method in class org.magicwerk.brownies.collections.IList
-
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- replaceAll(int, int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceArray(int, int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- resize(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Resizes the list so it will afterwards have a size of
len.
- resultIndex(int) - Method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
- resultIndex(Comparator<? super E>, E, List<? extends E>, int) - Method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.IList
-
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- retainIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Retains all elements in the list which match the predicate.
- reverse() - Method in class org.magicwerk.brownies.collections.IList
-
Reverses the order of all elements in the specified list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Reverses the order of the specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.IList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Rotate specified elements in the list.
- toArray() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- toArray() - Method in class org.magicwerk.brownies.collections.IList
-
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.IList
-
- toArray(Class<T>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- toGapList() - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Return collector which collects the elements into a GapList.
- toList() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all elements contained in this collection as list.
- toString() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- toString() - Method in class org.magicwerk.brownies.collections.helper.Option
-
- toString() - Method in class org.magicwerk.brownies.collections.IList
-
- toString() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
-
- toString() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- toString() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- transferCopy(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Copies elements from one list to another.
- transferMove(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one list to another by setting it to null in the source list.
- transferRemove(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one list to another by removing it from the source list.
- transferSwap(IList<E>, int, IList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Swaps elements from two lists.
- transform(UnaryOperator<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Change the list by applying the specified operator to all elements.
- transformedList(UnaryOperator<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Create a new list by applying the specified transforming operator to all elements.
- trimToSize() - Method in class org.magicwerk.brownies.collections.BigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.GapList
-
Trims the capacity of this GapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.IList.IReadOnlyList
-
- trimToSize() - Method in class org.magicwerk.brownies.collections.IList
-
An application can use this operation to minimize the storage of an instance.
- trimToSize() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify delete trigger.
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify insert trigger.
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify delete trigger.
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify insert trigger.
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify initial capacity.
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify element constraint.
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify elements added to the collection upon creation.
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify elements added to the collection upon creation.
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection only counts the number of occurrences
of equal elements, but does not store the elements themselves.
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies whether null elements are allowed or not.
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Add element map (with ident mapper).
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify that the element set should be sorted using the natural comparator.
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the element set.
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the element set.
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Add key map.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Add key map.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Add key map.
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether null elements are allowed or not.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the key map.
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Add key map.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Add key map.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Add key map.
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether null elements are allowed or not.
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the key map.
- withKeyDuplicates(int, boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withKeyNull(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withKeySort(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withKeySort(int, Comparator<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withKeySort(int, Comparator<?>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether list should be stored in an instance of BigList or GapList.
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withListType(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will store its elements as primitive type.
- withListType(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify maximum size of collection.
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies whether null elements are allowed or not.
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the element set.
- withOrderByElem(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the element set.
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withOrderByElem(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withOrderByKey(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withOrderByKey(int, Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the key map.
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the key map.
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withOrderByKey2(Class<?>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the key map.
- withOrderByKey2(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the key map.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify the element to be a primary key.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection behaves like a Set on adding elements, i.e.
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify the element to be a unique key.
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a unique key.
- withUniqueKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify maximum window size of collection.
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-