A C D E G H I K L M N P R S T V 

A

add(K, V) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Adds the value in the Set from the key.
add(Map<? extends K, ? extends Set<V>>) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Adds a Map to the main Map.
add(E) - Method in class net.sourceforge.jaulp.collections.InsertionOrderSet
Adds the specified object to this set.
add(K, V) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Adds the value in the Set from the key.
add(Map<? extends K, ? extends Set<V>>) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Adds a Map to the main Map.
ArrayIterator<E> - Class in net.sourceforge.jaulp.collections.iterators
An Iterator for an Array.
ArrayIterator(E[]) - Constructor for class net.sourceforge.jaulp.collections.iterators.ArrayIterator
Default constructor.

C

ComparableComparator<T extends Comparable<T>> - Class in net.sourceforge.jaulp.comparators
 
ComparableComparator() - Constructor for class net.sourceforge.jaulp.comparators.ComparableComparator
 
ComparatorUtils - Class in net.sourceforge.jaulp.comparators
The Class ComparatorUtils have helper methods for comparators.
ComparatorUtils() - Constructor for class net.sourceforge.jaulp.comparators.ComparatorUtils
 
compare(T, T) - Method in class net.sourceforge.jaulp.comparators.ComparableComparator
 
compare(T, T) - Static method in class net.sourceforge.jaulp.comparators.ComparatorUtils
Compares the given objects and returns the int value.
compare(Date, Date) - Method in class net.sourceforge.jaulp.comparators.DateComparator
 
compare(Date, Date) - Method in class net.sourceforge.jaulp.comparators.DescendingDateComparator
 
compare(T, T) - Method in class net.sourceforge.jaulp.comparators.HashCodeComparator
Compare two Objects by the hashcode.
containAtleastOneObject(List<T>, List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
This Method look in the List toSearch if at least one Object exists in the List search.
containsKey(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Contains key.
containsKey(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Contains key.

D

DateComparator - Class in net.sourceforge.jaulp.comparators
The Class DateComparator sorts Date object in ascending order.
DateComparator() - Constructor for class net.sourceforge.jaulp.comparators.DateComparator
 
DefaultKeySetMap<K,V> - Class in net.sourceforge.jaulp.collections
Deprecated.
DefaultKeySetMap() - Constructor for class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
 
DescendingDateComparator - Class in net.sourceforge.jaulp.comparators
The Class DescendingDateComparator sorts Date object in descending order.
DescendingDateComparator() - Constructor for class net.sourceforge.jaulp.comparators.DescendingDateComparator
 

E

EnumerationIterator<T> - Class in net.sourceforge.jaulp.collections.iterators
The adapter class EnumerationIterator.
EnumerationIterator(Enumeration<T>) - Constructor for class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
Instantiates a new enumeration iterator.

G

get(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Gets the Set with the values from the given key.
get(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Gets the Set with the values from the given key.
getAddedElements() - Method in class net.sourceforge.jaulp.collections.modifications.ModifiedCollections
Gets the added elements.
getFirst(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Gets the first object from the given List.
getKeyFromValue(Map<K, V>, V) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Returns the first founded key from the given value or null if nothing is found.
getKeys() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Gets the keys.
getKeys() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Gets the keys.
getKeysFromValue(Map<K, V>, V) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Returns a Collection from all founded keys from the given value or null if nothing found.
getLast(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Gets the last object from the given List.
getModifiedCollections(Collection<T>, Collection<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
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 net.sourceforge.jaulp.collections.modifications.ModifiedCollections
Gets the modified lists.
getRemovedElements() - Method in class net.sourceforge.jaulp.collections.modifications.ModifiedCollections
Gets the removed elements.
getSameElementsFromLists(List<T>, List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
The Method looks at both List and if they have same objects they are added to one List and will returns the result.
getSize() - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Gets the size.
getSize() - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Gets the size.

H

HashCodeComparator<T> - Class in net.sourceforge.jaulp.comparators
This class compare two Objects by the hashcode.
HashCodeComparator() - Constructor for class net.sourceforge.jaulp.comparators.HashCodeComparator
 
hasNext() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
hasNext() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator

I

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
 

K

keys() - Method in class net.sourceforge.jaulp.collections.SortedProperties
keySet() - Method in class net.sourceforge.jaulp.collections.SortedProperties
KeySetMap<K,V> - Interface in net.sourceforge.jaulp.collections
Deprecated.
KeyValuePair<K,V> - Class in net.sourceforge.jaulp.collections.pairs
The Class KeyValuePair.
KeyValuePair() - Constructor for class net.sourceforge.jaulp.collections.pairs.KeyValuePair
 

L

ListUtils - Class in net.sourceforge.jaulp.collections
Utility class for the use of List object.
ListUtils() - Constructor for class net.sourceforge.jaulp.collections.ListUtils
 

M

MapUtils - Class in net.sourceforge.jaulp.collections
Utility class for the use of Map object.
MapUtils() - Constructor for class net.sourceforge.jaulp.collections.MapUtils
 
ModifiedCollections<T> - Class in net.sourceforge.jaulp.collections.modifications
The Class ModifiedLists holds two lists.
ModifiedCollections() - Constructor for class net.sourceforge.jaulp.collections.modifications.ModifiedCollections
Instantiates a new modified lists.
ModifiedCollections(Collection<T>, Collection<T>) - Constructor for class net.sourceforge.jaulp.collections.modifications.ModifiedCollections
Instantiates a new modified lists.
ModifiedState - Enum in net.sourceforge.jaulp.collections.modifications
The Enum ModifiedState represents states if a collection have been modified.

N

net.sourceforge.jaulp.collections - package net.sourceforge.jaulp.collections
In this package are helper classes for the collection framework.
net.sourceforge.jaulp.collections.iterators - package net.sourceforge.jaulp.collections.iterators
Provides adapter classes for iterators.
net.sourceforge.jaulp.collections.modifications - package net.sourceforge.jaulp.collections.modifications
Provides helper classes for tracking modifications in collections.
net.sourceforge.jaulp.collections.pairs - package net.sourceforge.jaulp.collections.pairs
Provides helper classes for key value pairs.
net.sourceforge.jaulp.comparators - package net.sourceforge.jaulp.comparators
This package contains common comparators.
newRangeArray(int, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Creates a new Integer array with the given range that is defined through start and end.
newRangeList(int, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Creates a new Integer List with the given range that is defined through start and end.
next() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
next() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
nullCheck(T, T) - Static method in class net.sourceforge.jaulp.comparators.ComparatorUtils
Checks if one of the given objects is null and returns the value for the Comparator or null if both are not null or if the given objects are not the same Object.

P

printCollection(Collection<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Helper-Method for printing a Collection in the console.
printIterator(Iterator<T>) - Static method in class net.sourceforge.jaulp.collections.iterators.IteratorUtils
Helper method for printing the content from an Iterator.
printMap(Map<K, V>) - Static method in class net.sourceforge.jaulp.collections.MapUtils
The Method printMap prints the HashMap to the console.
propertyNames() - Method in class net.sourceforge.jaulp.collections.SortedProperties
put(K, V) - Method in class net.sourceforge.jaulp.collections.InsertionOrderMap
Associates the specified value with the specified key in this map.

R

remove(K) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Removes the Set from the given key.
remove() - Method in class net.sourceforge.jaulp.collections.iterators.ArrayIterator
remove() - Method in class net.sourceforge.jaulp.collections.iterators.EnumerationIterator
remove(K) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Removes the Set from the given key.
removeAll(Collection<K>) - Method in class net.sourceforge.jaulp.collections.DefaultKeySetMap
Deprecated.
Removes all keys from the Map from the given Collection.
removeAll(Collection<K>) - Method in interface net.sourceforge.jaulp.collections.KeySetMap
Deprecated.
Removes all keys from the Map from the given Collection.
removeFirst(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Removes the first object from the given List.
removeLast(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Removes the last object from the given List.
removeLastValues(ArrayList<T>, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
The Method removeLastValues(ArrayList, int) remove the last Values.
revertOrder(List<T>) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Reverts the order from the given List.

S

setOf(E...) - Static method in class net.sourceforge.jaulp.collections.InsertionOrderSet
Factory method for create an InsertionOrderSet with the given elements.
SortedProperties - Class in net.sourceforge.jaulp.collections
The Class SortedProperties extends Properties and adds sort functionality for the keys.
SortedProperties() - Constructor for class net.sourceforge.jaulp.collections.SortedProperties
 
splitListToParts(List<T>, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Splits the List to Parts to the specified times.
splitSetToParts(Set<T>, int) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Splits the Set to Parts to the specified times.

T

toGenericMap(T[][]) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Converts a two dimensional Array to a Map.
toMap(String[][]) - Static method in class net.sourceforge.jaulp.collections.MapUtils
Converts a two dimensional String Array to a Map.
toObjectArray(T...) - Static method in class net.sourceforge.jaulp.collections.ListUtils
Converts the given parameters to an object array.
Triple<L,M,R> - Class in net.sourceforge.jaulp.collections.pairs
The Class Triple.
Triple() - Constructor for class net.sourceforge.jaulp.collections.pairs.Triple
 

V

ValueBox<T> - Class in net.sourceforge.jaulp.collections.pairs
The Class ValueBox.
ValueBox() - Constructor for class net.sourceforge.jaulp.collections.pairs.ValueBox
 
valueOf(String) - Static method in enum net.sourceforge.jaulp.collections.modifications.ModifiedState
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.jaulp.collections.modifications.ModifiedState
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I K L M N P R S T V 

Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.