Skip navigation links
A C D E F G H I K L M N O P Q R S T V 

A

add(E) - Method in class de.alpharogroup.collections.set.InsertionOrderSet
Adds the specified object to this set.
ArrayExtensions - Class in de.alpharogroup.collections.array
The class ArrayExtensions is an extensions class for use with array objects.
ArrayExtensions() - Constructor for class de.alpharogroup.collections.array.ArrayExtensions
 
ArrayIterator<E> - Class in de.alpharogroup.collections.iterators
An Iterator for an Array.
ArrayIterator(E[]) - Constructor for class de.alpharogroup.collections.iterators.ArrayIterator
Default constructor.
asList(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Creates a new List from the given array.

C

ChainableComparator<T> - Class in de.alpharogroup.comparators
The class ChainableComparator extends the ComparatorChain and provides factory methods for create ChainableComparator objects.
clear() - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
CollectionExtensions - Class in de.alpharogroup.collections
The class CollectionExtensions is an extension class for use with Collection objects.
CollectionExtensions() - Constructor for class de.alpharogroup.collections.CollectionExtensions
 
compare(Date, Date) - Method in class de.alpharogroup.comparators.DateComparator
compare(Date, Date) - Method in class de.alpharogroup.comparators.DescendingDateComparator
compare(T, T) - Method in class de.alpharogroup.comparators.HashCodeComparator
Compare two Objects by the hashcode.
compare(Locale, Locale) - Method in class de.alpharogroup.comparators.LocaleComparator
compare(KeyMapPair<K, MK, MV>, KeyMapPair<K, MK, MV>) - Method in class de.alpharogroup.comparators.pairs.KeyMapPairKeyComparator
compare(KeyValuePair<K, V>, KeyValuePair<K, V>) - Method in class de.alpharogroup.comparators.pairs.KeyValuePairKeyComparator
compare(KeyValuesPair<K, V>, KeyValuesPair<K, V>) - Method in class de.alpharogroup.comparators.pairs.KeyValuesPairKeyComparator
compare(String, String) - Method in class de.alpharogroup.comparators.StringLengthComparator
CompareOrder - Enum in de.alpharogroup.comparators
The enum CompareOrder.
containAtleastOneObject(List<T>, List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
This Method look in the List toSearch if at least one Object exists in the List search.

D

DateComparator - Class in de.alpharogroup.comparators
The class DateComparator sorts Date object in ascending order as default or descending if the SortOrder is set to SortOrder.DESCENDING.
DateComparator() - Constructor for class de.alpharogroup.comparators.DateComparator
 
de.alpharogroup.collections - package de.alpharogroup.collections
In this package are helper classes for the collection framework.
de.alpharogroup.collections.array - package de.alpharogroup.collections.array
This package provides a utility class for array objects
de.alpharogroup.collections.iterators - package de.alpharogroup.collections.iterators
This package provides adapter classes for iterators
de.alpharogroup.collections.list - package de.alpharogroup.collections.list
This package provides utility classes for list and vector objects
de.alpharogroup.collections.map - package de.alpharogroup.collections.map
This package provides utility classes for map objects and map implementations
de.alpharogroup.collections.modifications - package de.alpharogroup.collections.modifications
Provides helper classes for tracking modifications in collections.
de.alpharogroup.collections.pairs - package de.alpharogroup.collections.pairs
This package provides generic bean classes for value, key value pairs, triples and quattro's
de.alpharogroup.collections.properties - package de.alpharogroup.collections.properties
This package provides a utility class for properties objects and properties implementations for sorting
de.alpharogroup.collections.set - package de.alpharogroup.collections.set
This package provides utility classes for set objects and set implementations
de.alpharogroup.comparators - package de.alpharogroup.comparators
This package contains common comparators
de.alpharogroup.comparators.pairs - package de.alpharogroup.comparators.pairs
This package contains common comparators for the generic bean classes for value, key value pairs, triples and quattro's
DescendingDateComparator - Class in de.alpharogroup.comparators
The class DescendingDateComparator sorts Date object in descending order.
DescendingDateComparator() - Constructor for class de.alpharogroup.comparators.DescendingDateComparator
 
difference(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
Difference.

E

EnumerationIterator<T> - Class in de.alpharogroup.collections.iterators
The adapter class EnumerationIterator.
EnumerationIterator(Enumeration<T>) - Constructor for class de.alpharogroup.collections.iterators.EnumerationIterator
Instantiates a new enumeration iterator.
export(Properties, OutputStream, InputStream, String, boolean, boolean) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Exports the given InputStream that represents a properties file to the given properties OutputStream that represents the output file.
export(Properties, OutputStream) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Exports the given InputStream that represents a properties file to the given properties OutputStream that represents the output file.
export(Properties, OutputStream, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Exports the given InputStream that represents a properties file to the given properties OutputStream that represents the output file.

F

findRedundantValues(Properties) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Finds redundant values from the given Properties object and saves it to a Map.

G

get(int) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
Gets the entry from the given index.
getComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
Gets the Comparator for sort this 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.
getIndex(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Gets the index of the given element in the given array.
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.
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.
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.
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
The Method looks at both List and if they have same objects they are added to one List and will returns the result.

H

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

I

ImmutableBox<T> - Class in de.alpharogroup.collections.pairs
The class ImmutableBox represents one value with a generic parameter for an immutable value.
ImmutableBox() - Constructor for class de.alpharogroup.collections.pairs.ImmutableBox
 
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
Instantiates a new IndexSortedProperties.
IndexSortedProperties(Properties) - Constructor for class de.alpharogroup.collections.properties.IndexSortedProperties
Instantiates a new IndexSortedProperties.
InsertionOrderMap<K,V> - Class in de.alpharogroup.collections.map
This class overwrites the put-method from the LinkedHashMap.
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
This class overwrites the put-method from the LinkedHashSet.
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(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
Checks if the given Collection is null or empty.
isEmpty(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead the same name method in the class CollectionExtensions. Note: will be removed in the next minor release.
isEmpty(Set<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
Deprecated.
use instead the same name method in the class CollectionExtensions. Note: will be removed in the next minor release
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
isNotEmpty(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead the same name method in the class CollectionExtensions. Note: will be removed in the next minor release.
isNotEmpty(Set<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
Deprecated.
use instead the same name method in the class CollectionExtensions. Note: will be removed in the next minor release

K

KeyMapPair<K,MK,MV> - Class in de.alpharogroup.collections.pairs
The class KeyMapPair represents a key value pair with generic parameters for the key and map value type.
KeyMapPair() - Constructor for class de.alpharogroup.collections.pairs.KeyMapPair
 
KeyMapPairKeyComparator<K extends Comparable<K>,MK,MV> - Class in de.alpharogroup.comparators.pairs
The class KeyMapPairKeyComparator compares KeyMapPair objects over the key where the key have to implements the Comparable interface.
KeyMapPairKeyComparator() - Constructor for class de.alpharogroup.comparators.pairs.KeyMapPairKeyComparator
 
keys() - Method in class de.alpharogroup.collections.properties.SortedProperties
keySet() - Method in class de.alpharogroup.collections.properties.SortedProperties
KeySetPair<K,V> - Class in de.alpharogroup.collections.pairs
The class KeySetPair represents a key value pair where the value is a set with generic parameters.
KeySetPair() - Constructor for class de.alpharogroup.collections.pairs.KeySetPair
 
KeyValuePair<K,V> - Class in de.alpharogroup.collections.pairs
The class KeyValuePair represents a key value pair with generic parameters for the key and value type.
KeyValuePair() - Constructor for class de.alpharogroup.collections.pairs.KeyValuePair
 
KeyValuePairKeyComparator<K extends Comparable<K>,V> - Class in de.alpharogroup.comparators.pairs
The class KeyValuePairKeyComparator compares KeyValuePair objects over the key where the key have to implements the Comparable interface.
KeyValuePairKeyComparator() - Constructor for class de.alpharogroup.comparators.pairs.KeyValuePairKeyComparator
 
KeyValuesPair<K,V> - Class in de.alpharogroup.collections.pairs
The class KeyValuesPair represents a key value pair where the value is a collection with generic parameters for the key and value type.
KeyValuesPair() - Constructor for class de.alpharogroup.collections.pairs.KeyValuesPair
 
KeyValuesPairKeyComparator<K extends Comparable<K>,V> - Class in de.alpharogroup.comparators.pairs
The class KeyValuesPairKeyComparator compares KeyValuesPair objects over the key where the key have to implements the Comparable interface.
KeyValuesPairKeyComparator() - Constructor for class de.alpharogroup.comparators.pairs.KeyValuesPairKeyComparator
 

L

ListExtensions - Class in de.alpharogroup.collections.list
Extensions class for use with List objects.
ListExtensions() - Constructor for class de.alpharogroup.collections.list.ListExtensions
 
loadProperties(File) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Load a Properties-object from the given File-object.
loadProperties(File, boolean) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Load a Properties-object from the given File-object.
LocaleComparator - Class in de.alpharogroup.comparators
The class LocaleComparator compares Locale objects.
LocaleComparator() - Constructor for class de.alpharogroup.comparators.LocaleComparator
 

M

MapExtensions - Class in de.alpharogroup.collections.map
Extensions class for use with Map objects.
MapExtensions() - Constructor for class de.alpharogroup.collections.map.MapExtensions
 
MapFactory - Class in de.alpharogroup.collections.map
Factory class for create new Map objects
MapFactory() - Constructor for class de.alpharogroup.collections.map.MapFactory
 
ModifiedCollections<T> - Class in de.alpharogroup.collections.modifications
The class ModifiedLists holds two collections.
ModifiedCollections() - Constructor for class de.alpharogroup.collections.modifications.ModifiedCollections
 
ModifiedState - Enum in de.alpharogroup.collections.modifications
The Enum ModifiedState represents states if a collection have been modified.

N

newArray(T...) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Factory method for create new array from the given optional elements.
newArrayList(Collection<T>, T...) - Static method in class de.alpharogroup.collections.list.ListExtensions
Factory method for create new ArrayList from the given optional collection and the given optional elements.
newArrayList(int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Factory method for create new ArrayList and returns as List.
newArrayList(T...) - Static method in class de.alpharogroup.collections.list.ListExtensions
Factory method for create new ArrayList from the given optional elements.
newAssosiativeArrayMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newAssosiativeArrayMap() - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for Map that acts like a javascript associative array.
newComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
Factory method for creating a new Comparator for sort this SortedProperties.
newConcurrentHashMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newConcurrentHashMap(int) - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newConcurrentHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for create a new ConcurrentHashMap.
newConcurrentHashMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for create a new ConcurrentHashMap.
newHashMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newHashMap(int) - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newHashMap() - 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.SetExtensions
Factory method for create new HashSet and will be returned as Set
newHashSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetExtensions
Factory method for create new HashSet and will be returned as Set
newInsertionOrderMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newInsertionOrderMap() - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for create a new InsertionOrderMap.
newLazyMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
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.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newLazyTreeMap(Comparator<? super K>) - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
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(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.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newLinkedHashMap(int) - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newLinkedHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for create a new LinkedHashMap.
newLinkedHashMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
Factory method for create a new LinkedHashMap.
newRangeArray(int, int) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Creates a new Integer array with the given range that is defined through start and end.
newRangeArray(int, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead same name method from ArrayExtensions.
Note: will be removed in next minor release.
newRangeList(int, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Creates a new Integer List with the given range that is defined through start and end.
newTreeMap() - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newTreeMap(Comparator<? super K>) - Static method in class de.alpharogroup.collections.map.MapExtensions
Deprecated.
use instead the same name method from MapFactory Note: will be removed with the next minor release
newTreeMap() - 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.SetExtensions
Factory method for create new TreeSet and will be returned as Set
newTreeSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetExtensions
Factory method for create new TreeSet and will be returned as SortedSet
newTreeSet(Collection<T>, Comparator<T>, T...) - Static method in class de.alpharogroup.collections.set.SetExtensions
Factory method for create new TreeSet and will be returned as SortedSet
next() - Method in class de.alpharogroup.collections.iterators.ArrayIterator
next() - Method in class de.alpharogroup.collections.iterators.EnumerationIterator

O

of() - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
Factory method to create a new IndexSortedProperties object.
of(Properties) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
Factory method to create a new IndexSortedProperties object.
of(Properties, Comparator<Object>) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
Factory method to create a new IndexSortedProperties object.
of(Properties, Comparator<Object>, boolean) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
Factory method to create a new IndexSortedProperties object.
of() - Static method in class de.alpharogroup.collections.properties.SortedProperties
Factory method to create a new SortedProperties object.
of(Properties) - Static method in class de.alpharogroup.collections.properties.SortedProperties
Factory method to create a new SortedProperties object.
of(Properties, Comparator<Object>) - Static method in class de.alpharogroup.collections.properties.SortedProperties
Factory method to create a new SortedProperties object.
of() - Static method in class de.alpharogroup.comparators.ChainableComparator
Factory method to create a new chainable Comparator object.
of(Comparator<T>) - Static method in class de.alpharogroup.comparators.ChainableComparator
Factory method to create a new chainable Comparator object from the given Comparator object.
of(Comparator<T>, boolean) - Static method in class de.alpharogroup.comparators.ChainableComparator
Factory method to create a new chainable Comparator object from the given Comparator object and the given reverse flag.
of(List<Comparator<T>>) - Static method in class de.alpharogroup.comparators.ChainableComparator
Factory method to create a new chainable Comparator object from the given List of Comparator objects.
of(List<Comparator<T>>, BitSet) - Static method in class de.alpharogroup.comparators.ChainableComparator
Factory method to create a new chainable Comparator object from the given List of Comparator objects.
of() - Static method in class de.alpharogroup.comparators.LocaleComparator
Factory method to create a new LocaleComparator object.
of(boolean) - Static method in class de.alpharogroup.comparators.LocaleComparator
Factory method to create a new LocaleComparator object.
of() - Static method in class de.alpharogroup.comparators.StringComparator
Factory method to create a new StringComparator object.
of(boolean) - Static method in class de.alpharogroup.comparators.StringComparator
Factory method to create a new StringComparator object.
of(SortOrder) - Static method in class de.alpharogroup.comparators.StringComparator
Factory method to create a new StringComparator object.
of(SortOrder, boolean) - Static method in class de.alpharogroup.comparators.StringComparator
Factory method to create a new StringComparator object.
of() - Static method in class de.alpharogroup.comparators.StringLengthComparator
Factory method to create a new StringLengthComparator object.
of(boolean) - Static method in class de.alpharogroup.comparators.StringLengthComparator
Factory method to create a new StringLengthComparator object.
of(SortOrder) - Static method in class de.alpharogroup.comparators.StringLengthComparator
Factory method to create a new StringLengthComparator object.
of(SortOrder, boolean) - Static method in class de.alpharogroup.comparators.StringLengthComparator
Factory method to create a new StringLengthComparator object.

P

Pair<K,V> - Class in de.alpharogroup.collections.pairs
The class Pair represents a pair of values with generic parameters for the values.
Pair() - Constructor for class de.alpharogroup.collections.pairs.Pair
 
printCollection(Collection<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Helper-Method for printing a Collection in the console.
PROPERTIES_DELIMITERS - Static variable in class de.alpharogroup.collections.properties.PropertiesExtensions
The Constant PROPERTIES_DELIMITERS contains all valid delimiters for properties files.
PropertiesExtensions - Class in de.alpharogroup.collections.properties
The Class PropertiesExtensions provides methods loading properties and other related operations for properties like find redundant values or getting all available languages from a bundle.
PropertiesExtensions() - Constructor for class de.alpharogroup.collections.properties.PropertiesExtensions
 
propertyNames() - Method in class de.alpharogroup.collections.properties.SortedProperties
put(K, V) - Method in class de.alpharogroup.collections.map.InsertionOrderMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
putAll(Map<? extends Object, ? extends Object>) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties

Q

Quattro<TL,TR,BL,BR> - Class in de.alpharogroup.collections.pairs
The class Quattro represents four generic values.
Quattro() - Constructor for class de.alpharogroup.collections.pairs.Quattro
 

R

remove() - Method in class de.alpharogroup.collections.iterators.ArrayIterator
remove() - Method in class de.alpharogroup.collections.iterators.EnumerationIterator
remove(int) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
Removes the entry from the given index.
remove(Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
remove(Object, Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
removeFirst(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Removes the first object from the given List.
removeLast(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Removes the last object from the given List.
removeLastValues(List<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
The Method removeLastValues(ArrayList, int) remove the last Values.
revertOrder(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Reverts the order from the given List.

S

SEARCH_FILE_PATTERN - Static variable in class de.alpharogroup.collections.properties.PropertiesExtensions
The Constant SEARCH_FILE_PATTERN is a regex for searching java and html files.
SetExtensions - Class in de.alpharogroup.collections.set
Extensions class for use with Set objects.
SetExtensions() - Constructor for class de.alpharogroup.collections.set.SetExtensions
 
setOf(E...) - Static method in class de.alpharogroup.collections.set.InsertionOrderSet
Factory method for create an InsertionOrderSet with the given elements.
shuffle(List<T>, List<T>, int[]) - Static method in class de.alpharogroup.collections.list.ListExtensions
Shuffle selected elements in the source list to the destination list from the given indexes in the array selectedElements.
sortByProperty(List<T>, String, boolean) - Static method in class de.alpharogroup.collections.list.ListExtensions
Sort over the given property.
SortedProperties - Class in de.alpharogroup.collections.properties
The class SortedProperties extends Properties and adds sort functionality for the keys.
SortedProperties() - Constructor for class de.alpharogroup.collections.properties.SortedProperties
Instantiates a new SortedProperties.
SortedProperties(Properties) - Constructor for class de.alpharogroup.collections.properties.SortedProperties
Instantiates a new SortedProperties.
splitInChunks(byte[], int) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Split the given byte array in to new arrays with the chunk size.
splitListToParts(List<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead ListExtensions.splitToParts(Collection, int). Note: will be removed in the next minor release.
splitSetToParts(Set<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead ListExtensions.splitToParts(Collection, int). Note: will be removed in the next minor release.
splitToParts(Collection<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
Splits the given Collection to parts to the specified times.
StringComparator - Class in de.alpharogroup.comparators
The class StringComparator sorts String objects in ascending order as default.
StringComparator(SortOrder) - Constructor for class de.alpharogroup.comparators.StringComparator
Instantiates a new StringComparator.
StringLengthComparator - Class in de.alpharogroup.comparators
The class StringLengthComparator compares String objects based on length.
StringLengthComparator(SortOrder) - Constructor for class de.alpharogroup.comparators.StringLengthComparator
Instantiates a new StringLengthComparator.

T

toArray(T...) - Static method in class de.alpharogroup.collections.list.ListExtensions
To array.
toGenericMap(T[][]) - Static method in class de.alpharogroup.collections.map.MapExtensions
Converts a two dimensional Array to a Map.
toKeyValuePairs(Map<K, V>) - Static method in class de.alpharogroup.collections.pairs.KeyValuePair
Transforms the given Map to a list of KeyValuePair's.
toKeyValuePairs(Properties) - Static method in class de.alpharogroup.collections.pairs.KeyValuePair
Transforms the given Properties to a list of KeyValuePair's.
toKeyValuePairs(Properties) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Transforms the given Properties to a list of KeyValuePair's.
toList(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
Creates a new List from the given array.
toList(Enumeration<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Converts the given enumaration to a Vector.
toList(Set<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Converts the given Set to a list.
toMap(String[][]) - Static method in class de.alpharogroup.collections.map.MapExtensions
Converts a two dimensional String Array to a Map.
toMap(Collection<KeyValuePair<K, V>>) - Static method in class de.alpharogroup.collections.pairs.KeyValuePair
Transforms the given List of KeyValuePair's to a Map.
toObjectArray(T...) - Static method in class de.alpharogroup.collections.list.ListExtensions
Converts the given parameter elements to an object array.
toProperties(File, File, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Converts the given xml file to the given properties file.
toProperties(OutputStream, InputStream, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Converts the given xml InputStream to the given properties OutputStream.
toProperties(OutputStream, InputStream, String, boolean) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Exports the given InputStream that represents a properties file to the given properties OutputStream that represents the output file.
toPropertiesFile(OutputStream, InputStream, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Converts the given properties InputStream to the given properties OutputStream that represents the output file.
toSet(Collection<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
Converts the given Collection to a Set.
toSortedSet(Collection<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
Converts the given Collection to a SortedSet.
toVector(Enumeration<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
Deprecated.
use instead VectorExtensions.toVector(Enumeration). Note: will be removed in the next minor release.
toVector(Enumeration<T>) - Static method in class de.alpharogroup.collections.list.VectorExtensions
Converts the given enumaration to a Vector.
toXml(File, File, String, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Converts the given properties file to the given xml file.
toXml(InputStream, OutputStream, String, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
Converts the given properties InputStream to the given xml OutputStream.
Triple<L,M,R> - Class in de.alpharogroup.collections.pairs
The class Triple represents a triple of values with generic parameters for the values.
Triple() - Constructor for class de.alpharogroup.collections.pairs.Triple
 

V

ValueBox<T> - Class in de.alpharogroup.collections.pairs
The class ValueBox represents one value with a generic parameter for the value.
ValueBox() - Constructor for class de.alpharogroup.collections.pairs.ValueBox
 
valueOf(String) - Static method in enum de.alpharogroup.collections.modifications.ModifiedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.comparators.CompareOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.collections.modifications.ModifiedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.comparators.CompareOrder
Returns an array containing the constants of this enum type, in the order they are declared.
VectorExtensions - Class in de.alpharogroup.collections.list
The extensions VectorExtensions class can be used with Vector objects.
VectorExtensions() - Constructor for class de.alpharogroup.collections.list.VectorExtensions
 
A C D E F G H I K L M N O P Q R S T V 
Skip navigation links

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