- 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.
- 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.
- 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
-