- get() - Static method in class de.alpharogroup.check.Check
-
Gets the single Check instance.
- getFirst(T[]) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the first object from the given array.
- getFirst(List<T>) - Static method in class de.alpharogroup.collections.ListExtensions
-
Gets the first object from the given List.
- getIndex(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the index of the given element in the given array.
- getKeyFromValue(Map<K, V>, V) - Static method in class de.alpharogroup.collections.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.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.ArrayExtensions
-
Gets the last object from the given array.
- getLast(List<T>) - Static method in class de.alpharogroup.collections.ListExtensions
-
Gets the last object from the given List.
- getModifiedCollections(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.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.
- getNextIndex(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the next index of the given array.
- getNextIndexes(T[], T, int) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the next indexes from the given count of the given array.
- getPreviousIndex(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the previous index of the given array.
- getPreviousIndexes(T[], T, int) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the previous indexes from the given count of the given array.
- getSameElementsFromLists(List<T>, List<T>) - Static method in class de.alpharogroup.collections.ListExtensions
-
The Method looks at both List and if they have same objects they are added to one List and
will returns the result.
- getValue(K, VK) - Method in class de.alpharogroup.collections.CacheableMap
-
Gets the value from the given arguments.
- indexOf(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Gets the index of the given element in the given array.
- InsertionOrderMap<K,V> - Class in de.alpharogroup.collections
-
This class overwrites the put-method from the LinkedHashMap.
- InsertionOrderMap() - Constructor for class de.alpharogroup.collections.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.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.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.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.InsertionOrderMap
-
Constructs an insertion-ordered InsertionOrderMap instance with the same mappings as
the specified map.
- InsertionOrderSet<E> - Class in de.alpharogroup.collections
-
This class overwrites the put-method from the LinkedHashSet.
- InsertionOrderSet() - Constructor for class de.alpharogroup.collections.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.InsertionOrderSet
-
Constructs a new insertion order hash set with the same elements as the specified collection.
- InsertionOrderSet(int) - Constructor for class de.alpharogroup.collections.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.InsertionOrderSet
-
Constructs an empty insertion-ordered InsertionOrderMap instance with the specified
initial capacity and load factor.
- isEmpty(List<T>) - Static method in class de.alpharogroup.collections.ListExtensions
-
Checks if a List is null or empty.
- isFirst(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Checks if the given element is the first in the given array.
- isFirst(List<T>, T) - Static method in class de.alpharogroup.collections.ListExtensions
-
Checks if the given element is the first in the given list.
- isInRange(Double, Double, Double, String) - Method in class de.alpharogroup.check.Check
-
Checks if the given argument is in the given a range.
- isInRange(Float, Float, Float, String) - Method in class de.alpharogroup.check.Check
-
Checks if the given argument is in the given a range.
- isInRange(Integer, Integer, Integer, String) - Method in class de.alpharogroup.check.Check
-
Checks if the given argument is in the given a range.
- isInRange(Long, Long, Long, String) - Method in class de.alpharogroup.check.Check
-
Checks if the given argument is in the given a range.
- isLast(T[], T) - Static method in class de.alpharogroup.collections.ArrayExtensions
-
Checks if the given element is the last in the given array.
- isLast(List<T>, T) - Static method in class de.alpharogroup.collections.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(List<T>) - Static method in class de.alpharogroup.collections.ListExtensions
-
Checks if the given List is not null or empty.
- IteratorExtensions - Class in de.alpharogroup.collections.iterators
-
Utility class for the use of Iterator objects.
- IteratorExtensions() - Constructor for class de.alpharogroup.collections.iterators.IteratorExtensions
-