- get(int) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Gets the entry from the given index.
- get(int) - Method in class de.alpharogroup.collections.set.IndexableSet
-
Gets the element of the given index
Note: use with caution
- getAllCombinations(List<Integer>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets all possible combinations from the given list of
Integer objects
- getCombinations(List<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets all possible combinations from the given list
- getComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
-
- getFirst(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the first object from the given array.
- getFirst(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets the first object from the given List.
- getFirst(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optional with the first object from the given
List
- getIndex(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the index of the given element in the given array.
- getIndex(E) - Method in class de.alpharogroup.collections.set.IndexableSet
-
Gets the index of the given element
- getInteger(Properties, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Try to get a number from the given properties key from the given properties.
- getKeyFromValue(Map<K, V>, V) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Returns the first founded key from the given value or null if nothing is found.
- getKeysFromValue(Map<K, V>, V) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Returns a Collection from all founded keys from the given value or null if nothing found.
- getLast(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the last object from the given array.
- getLast(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets the last object from the given List.
- getLast(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optional with the last object from the given
List
- getMatchedPrefixLists(Properties) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Finds all keys with the same key prefixes from the given Properties and saves them to a Map
with the prefix as a key and holds a List with the whole keys the starts with the same key
prefix.
- getModifiedCollections(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets the modified lists. finding from an old list which elements have been removed and which
have been added.
- getModifiedLists(Collection<T>, Collection<T>) - Method in class de.alpharogroup.collections.modifications.ModifiedCollections
-
Gets the modified lists.
- getNext(List<T>, T) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Gets the next element from the given
List.
- getNextIndex(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the next index of the given array.
- getNextIndexes(T[], T, int) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the next indexes from the given count of the given array.
- getPrevious(List<T>, T) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Gets the previous element from the given
List.
- getPreviousIndex(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the previous index of the given array.
- getPreviousIndexes(T[], T, int) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the previous indexes from the given count of the given array.
- getProperty(int) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Gets the property over the index.
- getPropertyParameters(String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Finds the property parameters from the given propertyValue.
- getSameElementsFromLists(List<T>, List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
This method decorates the retainAll method and returns the result in a new list
- IndexableSet<E> - Class in de.alpharogroup.collections.set
-
- IndexableSet() - Constructor for class de.alpharogroup.collections.set.IndexableSet
-
- indexOf(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the index of the given element in the given array.
- indexOf(Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Gets the index of the given object.
- IndexSortedProperties - Class in de.alpharogroup.collections.properties
-
The class
IndexSortedProperties extends SortedProperties and holds an intern list with
the keys for get values over an index.
- IndexSortedProperties() - Constructor for class de.alpharogroup.collections.properties.IndexSortedProperties
-
- IndexSortedProperties(Properties) - Constructor for class de.alpharogroup.collections.properties.IndexSortedProperties
-
- InsertionOrderMap<K,V> - Class in de.alpharogroup.collections.map
-
- InsertionOrderMap() - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty insertion-ordered
InsertionOrderMap instance with a default
capacity (16) and load factor (0.75).
- InsertionOrderMap(int) - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty insertion-ordered
InsertionOrderMap instance with the specified
initial capacity and a default load factor (0.75).
- InsertionOrderMap(int, float) - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty insertion-ordered
InsertionOrderMap instance with the specified
initial capacity and load factor.
- InsertionOrderMap(int, float, boolean) - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty
InsertionOrderMap instance with the specified initial capacity,
load factor and ordering mode.
- InsertionOrderMap(Map<? extends K, ? extends V>) - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an insertion-ordered
InsertionOrderMap instance with the same mappings as
the specified map.
- InsertionOrderSet<E> - Class in de.alpharogroup.collections.set
-
- InsertionOrderSet() - Constructor for class de.alpharogroup.collections.set.InsertionOrderSet
-
Constructs an empty insertion-ordered InsertionOrderSet instance with a default
capacity (16) and load factor (0.75).
- InsertionOrderSet(Collection<? extends E>) - Constructor for class de.alpharogroup.collections.set.InsertionOrderSet
-
Constructs a new insertion order hash set with the same elements as the specified collection.
- InsertionOrderSet(int) - Constructor for class de.alpharogroup.collections.set.InsertionOrderSet
-
Constructs an empty insertion-ordered InsertionOrderSet instance with the specified
initial capacity and a default load factor (0.75).
- InsertionOrderSet(int, float) - Constructor for class de.alpharogroup.collections.set.InsertionOrderSet
-
Constructs an empty insertion-ordered InsertionOrderMap instance with the specified
initial capacity and load factor.
- intersection(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Intersection of the given two arrays.
- intersection(Collection<T>...) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Intersection of the given collections.
- isEmpty(Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
- isEqualCollection(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Compare the given two
Collection objects in equality.
- isEqualListOfArrays(List<T[]>, List<T[]>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Compare the given two
Collection objects in equality.
- isFirst(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Checks if the given element is the first in the given array.
- isFirst(List<T>, T) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Checks if the given element is the first in the given list.
- isLast(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Checks if the given element is the last in the given array.
- isLast(List<T>, T) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Checks if the given element is the last in the given list.
- isModified(Collection<T>, Collection<T>) - Static method in enum de.alpharogroup.collections.modifications.ModifiedState
-
Checks if the given previous(for instance in the past) Collection is modified comparing the
next(for instance now) Collection.
- isNotEmpty(Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Checks if the given
Collection is not null or empty
- newArray(Class<T>, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array from the given class type and the given length
- newArray(T...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array from the given optional elements.
- newArrayList(Iterator<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayList from the given optional iterator and the
given optional elements.
- newArrayList(Iterable<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayList from the given optional iterable and the
given optional elements.
- newArrayList(Collection<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayList from the given optional collection and the
given optional elements.
- newArrayList(T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayList from the given optional elements.
- newAssosiativeArrayMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for
Map that acts like a javascript associative array.
- newBooleanArray(boolean...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive boolean values from the given optional
elements.
- newByteArray(byte...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive byte values from the given optional
elements.
- newCharArray(char...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive character values from the given optional
elements.
- newComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
-
- newConcurrentHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newConcurrentHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newConcurrentHashMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newDoubleArray(double...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive double values from the given optional
elements.
- newEmptyArray(T[]) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new empty array with the length of the given array
- newEmptyArray(T[], int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new empty array with the length of the given array.
- newFloatArray(float...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive float values from the given optional
elements.
- newHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap.
- newHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap.
- newHashMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap.
- newHashSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
HashSet and will be returned as
Set
- newHashSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
HashSet and will be returned as
Set
- newInsertionOrderMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newInsertionOrderMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newInsertionOrderMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newInsertionOrderSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newInsertionOrderSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newIntArray(int...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive integer values from the given optional
elements.
- newLazyHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
HashMap.
- newLazyHashMap(HashMap<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
HashMap.
- newLazyMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
HashMap.
- newLazyTreeMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
TreeMap.
- newLazyTreeMap(TreeMap<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
TreeMap.
- newLazyTreeMap(Comparator<? super K>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMap from commons-collections4 that encapsulates a
TreeMap.
- newLinkedHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newLinkedHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newLinkedHashMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
-
- newLinkedHashSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newLinkedHashSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newLinkedList(Collection<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
LinkedList from the given optional collection and the
given optional elements.
- newLinkedList(T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
LinkedList from the given optional elements.
- newLongArray(long...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive long values from the given optional
elements.
- newRangeArray(int, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Creates a new
Integer array with the given range that is defined through start and
end.
- newRangeList(int, int) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Creates a new
Integer List with the given range that is defined through start
and end.
- newShortArray(short...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive short values from the given optional
elements.
- newSubArray(T[], int, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Creates a new partial array from the given source array starting from the given start index
that is inclusive and the end index that is exclusive
- newTreeMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap.
- newTreeMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap.
- newTreeMap(Comparator<? super K>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap.
- newTreeSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSet and will be returned as
Set
- newTreeSet(Comparator<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSet and will be returned as
Set
- newTreeSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newTreeSet(Collection<T>, Comparator<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- newTreeSetSupplier(Comparator<T>) - Static method in class de.alpharogroup.collections.set.SetFactory
-
- next() - Method in class de.alpharogroup.collections.iterators.ArrayIterator
- next() - Method in class de.alpharogroup.collections.iterators.EnumerationIterator
- nextElement() - Method in class de.alpharogroup.collections.enumerations.SetEnumeration