- InsertionOrderMap<K,V> - Class in net.sourceforge.jaulp.collections
-
This class overwrites the put-method from the LinkedHashMap.
- InsertionOrderMap() - Constructor for class net.sourceforge.jaulp.collections.InsertionOrderMap
-
Constructs an empty insertion-ordered InsertionOrderMap instance
with a default capacity (16) and load factor (0.75).
- InsertionOrderMap(int) - Constructor for class net.sourceforge.jaulp.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 net.sourceforge.jaulp.collections.InsertionOrderMap
-
Constructs an empty insertion-ordered InsertionOrderMap instance
with the specified initial capacity and load factor.
- InsertionOrderMap(int, float, boolean) - Constructor for class net.sourceforge.jaulp.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 net.sourceforge.jaulp.collections.InsertionOrderMap
-
Constructs an insertion-ordered InsertionOrderMap instance with
the same mappings as the specified map.
- InsertionOrderSet<E> - Class in net.sourceforge.jaulp.collections
-
This class overwrites the put-method from the LinkedHashSet.
- InsertionOrderSet() - Constructor for class net.sourceforge.jaulp.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 net.sourceforge.jaulp.collections.InsertionOrderSet
-
Constructs a new insertion order hash set with the same elements as the
specified collection.
- InsertionOrderSet(int) - Constructor for class net.sourceforge.jaulp.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 net.sourceforge.jaulp.collections.InsertionOrderSet
-
Constructs an empty insertion-ordered InsertionOrderMap instance
with the specified initial capacity and load factor.
- isEmpty() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
-
Deprecated.
Checks if is empty.
- isEmpty() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
-
Deprecated.
Checks if is empty.
- isEmpty(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
-
Checks if a List is null or empty.
- isModified(Collection<T>, Collection<T>) - Static method in enum net.sourceforge.jaulp.collections.modifications.ModifiedState
-
Checks if the given previous(for instance in the past) Collection is modified comparing the next(for instance now) Collection.
- IteratorUtils - Class in net.sourceforge.jaulp.collections.iterators
-
Utility class for the use of Iterator objects.
- IteratorUtils() - Constructor for class net.sourceforge.jaulp.collections.iterators.IteratorUtils
-