A C D E F G H I K L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(E) - Method in class de.alpharogroup.collections.set.InsertionOrderSet
-
Adds the specified object to this set.
- arraycopyWithSystem(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Copy the given source array to the given destination array.
Note: the given destination array have to be already initialized with the size of the source.
Example:
Integer[] source = {1,2,3,4,5,6,7,8,9};
Integer[] destination = new Integer[source.length];
destination = ArrayExtensions.arraycopyWithSystem(source, destination);
- ArrayExtensions - Class in de.alpharogroup.collections.array
-
The class
ArrayExtensionsis an extensions class for use with array objects. - ArrayExtensions() - Constructor for class de.alpharogroup.collections.array.ArrayExtensions
- ArrayFactory - Class in de.alpharogroup.collections.array
-
The factory class
ArrayFactoryprovides factory methods for create newArrayobjects - ArrayFactory() - Constructor for class de.alpharogroup.collections.array.ArrayFactory
- 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
Listfrom the given array. - asSet(T...) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Creates a new
Setfrom the given array.
C
- ChainableComparator<T> - Class in de.alpharogroup.comparators
-
The class
ChainableComparatorextends theComparatorChainand provides factory methods for createChainableComparatorobjects. - clear() - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
- CLEARED - de.alpharogroup.collections.modifications.ModifiedState
-
The cleared state.
- CollectionExtensions - Class in de.alpharogroup.collections
-
The class
CollectionExtensionsis an extension class for use withCollectionobjects. - CollectionExtensions() - Constructor for class de.alpharogroup.collections.CollectionExtensions
- compare(String, String) - Method in class de.alpharogroup.comparators.StringLengthComparator
- compare(Date, Date) - Method in class de.alpharogroup.comparators.DateComparator
- compare(Date, Date) - Method in class de.alpharogroup.comparators.DescendingDateComparator
- compare(Locale, Locale) - Method in class de.alpharogroup.comparators.LocaleComparator
- compare(T, T) - Method in class de.alpharogroup.comparators.HashCodeComparator
-
Compare two Objects by the hashcode.
- 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.
- contains(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Returns true if and only if the given element is in the given array
D
- DateComparator - Class in de.alpharogroup.comparators
-
The class DateComparator sorts Date object in ascending order as default or descending if the
SortOrderis set toSortOrder.DESCENDING. - DateComparator() - Constructor for class de.alpharogroup.comparators.DateComparator
- de.alpharogroup.collections - package de.alpharogroup.collections
- de.alpharogroup.collections.array - package de.alpharogroup.collections.array
- de.alpharogroup.collections.enumerations - package de.alpharogroup.collections.enumerations
- de.alpharogroup.collections.iterators - package de.alpharogroup.collections.iterators
- de.alpharogroup.collections.list - package de.alpharogroup.collections.list
- de.alpharogroup.collections.map - package de.alpharogroup.collections.map
- de.alpharogroup.collections.modifications - package de.alpharogroup.collections.modifications
- de.alpharogroup.collections.properties - package de.alpharogroup.collections.properties
- de.alpharogroup.collections.set - package de.alpharogroup.collections.set
- de.alpharogroup.comparators - package de.alpharogroup.comparators
- 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
-
Removes all of the first given collection's elements that are also contained in the second given collection.
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) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Exports the given
InputStreamthat represents a properties file to the given propertiesOutputStreamthat represents the output file. - export(Properties, OutputStream, InputStream, String, boolean, boolean) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Exports the given
InputStreamthat represents a properties file to the given propertiesOutputStreamthat represents the output file. - export(Properties, OutputStream, String) - Static method in class de.alpharogroup.collections.properties.PropertiesExtensions
-
Exports the given
InputStreamthat represents a properties file to the given propertiesOutputStreamthat 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.
- FIRST_MATCH - de.alpharogroup.collections.modifications.ModifiedState
-
The first match state.
G
- get(int) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Gets the entry from the given index.
- get(int) - Method in class de.alpharogroup.collections.set.IndexableSet
-
Gets the element of the given index
Note: use with caution - getAllCombinations(List<Integer>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets all possible combinations from the given list of
Integerobjects - getCombinations(List<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets all possible combinations from the given list
- getComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
-
Gets the
Comparatorfor sort thisSortedProperties. - getFirst(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optionalwith the first object from the givenList - getFirst(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets the first object from the given List.
- getFirst(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the first object from the given array.
- getIndex(E) - Method in class de.alpharogroup.collections.set.IndexableSet
-
Gets the index of the given element
- 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(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optionalwith the last object from the givenList - getLast(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Gets the last object from the given List.
- getLast(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the last object from the given array.
- 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.
- getNext(List<T>, T) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Gets the next element from the given
List. - 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.
- getPrevious(List<T>, T) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Gets the previous element from the given
List. - 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
-
This method decorates the retainAll method and returns the result in a new list
H
- hashCode(Collection<T[]>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Returns a hash code based on the contents of the collection that contains array objects.
- HashCodeComparator<T> - Class in de.alpharogroup.comparators
-
This class compare two Objects by the hashcode.
- HashCodeComparator() - Constructor for class de.alpharogroup.comparators.HashCodeComparator
- hasMoreElements() - Method in class de.alpharogroup.collections.enumerations.SetEnumeration
- hasNext() - Method in class de.alpharogroup.collections.iterators.ArrayIterator
- hasNext() - Method in class de.alpharogroup.collections.iterators.EnumerationIterator
- hasNext(List<T>, T) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Checks if the given
Listhas a next element from the given element - hasPrevious(List<T>, T) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Checks if the given
Listhas a next element from the given element
I
- IndexableSet<E> - Class in de.alpharogroup.collections.set
-
The class
IndexableSet - IndexableSet() - Constructor for class de.alpharogroup.collections.set.IndexableSet
- indexOf(Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Gets the index of the given object.
- indexOf(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Gets the index of the given element in the given array.
- IndexSortedProperties - Class in de.alpharogroup.collections.properties
-
The class
IndexSortedPropertiesextends 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
-
The class
InsertionOrderMapoverwrites the put-method from the LinkedHashMap. - InsertionOrderMap() - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty insertion-ordered
InsertionOrderMapinstance 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
InsertionOrderMapinstance 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
InsertionOrderMapinstance with the specified initial capacity and load factor. - InsertionOrderMap(int, float, boolean) - Constructor for class de.alpharogroup.collections.map.InsertionOrderMap
-
Constructs an empty
InsertionOrderMapinstance 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
InsertionOrderMapinstance with the same mappings as the specified map. - InsertionOrderSet<E> - Class in de.alpharogroup.collections.set
-
The class
InsertionOrderSetoverwrites the add-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(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.
- 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.
- intersection(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Intersection of the given two arrays.
- 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
Collectionis null or empty. - isEqualCollection(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Compare the given two
Collectionobjects in equality. - isEqualListOfArrays(List<T[]>, List<T[]>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Compare the given two
Collectionobjects in equality. - 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.
- isFirst(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Checks if the given element is the first 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.
- isLast(T[], T) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Checks if the given element is the last in the given array.
- 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
Collectionis not null or empty
K
- keys() - Method in class de.alpharogroup.collections.properties.SortedProperties
- keySet() - Method in class de.alpharogroup.collections.properties.SortedProperties
L
- ListExtensions - Class in de.alpharogroup.collections.list
-
Extensions class for use with
Listobjects. - ListExtensions() - Constructor for class de.alpharogroup.collections.list.ListExtensions
- ListFactory - Class in de.alpharogroup.collections.list
-
The factory class
ListFactoryprovides factory methods for create newMapobjects - ListFactory() - Constructor for class de.alpharogroup.collections.list.ListFactory
- 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
LocaleComparatorcompares 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
-
The factory class
MapFactoryprovides factory methods for create newMapobjects - 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
- NEW_MATCH - de.alpharogroup.collections.modifications.ModifiedState
-
The new match state.
- newArray(Class<T>, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array from the given class type and the given length
- newArray(T...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array from the given optional elements.
- newArrayList(Iterable<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayListfrom the given optional iterable and the given optional elements. - newArrayList(Collection<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayListfrom the given optional collection and the given optional elements. - newArrayList(Iterator<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayListfrom the given optional iterator and the given optional elements. - newArrayList(T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
ArrayListfrom the given optional elements. - newAssosiativeArrayMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for
Mapthat acts like a javascript associative array. - newBooleanArray(boolean...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive boolean values from the given optional elements.
- newByteArray(byte...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive byte values from the given optional elements.
- newCharArray(char...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive character values from the given optional elements.
- newComparator() - Method in class de.alpharogroup.collections.properties.SortedProperties
-
Factory method for creating a new
Comparatorfor sort thisSortedProperties. - 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 - newConcurrentHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
ConcurrentHashMap - newCounterMap(Collection<K>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a map for counting elements of the given collection
- newDoubleArray(double...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive double values from the given optional elements.
- newEmptyArray(T[]) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new empty array with the length of the given array
- newEmptyArray(T[], int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new empty array with the length of the given array.
- newFloatArray(float...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive float values from the given optional elements.
- 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 - newHashMap(KeyValuePair<K, V>...) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap - newHashMap(Collection<KeyValuePair<K, V>>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap - newHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
HashMap - newHashSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
HashSetand will be returned asSet - newHashSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
HashSetand will be returned asSet - newInsertionOrderMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
InsertionOrderMap - newInsertionOrderMap(int) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
InsertionOrderMap - newInsertionOrderMap(KeyValuePair<K, V>...) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
InsertionOrderMap - newInsertionOrderMap(Collection<KeyValuePair<K, V>>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
InsertionOrderMap - newInsertionOrderMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
InsertionOrderMap - newInsertionOrderSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
InsertionOrderSetand will be returned asSet - newInsertionOrderSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
InsertionOrderSetand will be returned asSet - newIntArray(int...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive integer values from the given optional elements.
- newLazyHashMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aHashMap - newLazyHashMap(HashMap<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aHashMap - newLazyMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aHashMap - newLazyTreeMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aTreeMap - newLazyTreeMap(Comparator<? super K>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aTreeMap - newLazyTreeMap(TreeMap<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LazyMapfrom commons-collections4 that encapsulates aTreeMap - 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 - newLinkedHashMap(KeyValuePair<K, V>...) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LinkedHashMap - newLinkedHashMap(Collection<KeyValuePair<K, V>>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LinkedHashMap - newLinkedHashMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
LinkedHashMap - newLinkedHashSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
LinkedHashSetand will be returned asSet - newLinkedHashSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
LinkedHashSetand will be returned asSet - newLinkedList(Collection<T>, T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
LinkedListfrom the given optional collection and the given optional elements. - newLinkedList(T...) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Factory method for create new
LinkedListfrom the given optional elements. - newLongArray(long...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive long values from the given optional elements.
- newRangeArray(int, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Creates a new
Integerarray with the given range that is defined through start and end. - newRangeList(int, int) - Static method in class de.alpharogroup.collections.list.ListFactory
-
Creates a new
IntegerListwith the given range that is defined through start and end. - newShortArray(short...) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Factory method for create new array of primitive short values from the given optional elements.
- newSubArray(T[], int, int) - Static method in class de.alpharogroup.collections.array.ArrayFactory
-
Creates a new partial array from the given source array starting from the given start index that is inclusive and the end index that is exclusive
- newTreeMap() - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap - newTreeMap(KeyValuePair<K, V>...) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap - newTreeMap(Collection<KeyValuePair<K, V>>) - 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 - newTreeMap(Comparator<? super K>, KeyValuePair<K, V>...) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap - newTreeMap(Comparator<? super K>, Collection<KeyValuePair<K, V>>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap - newTreeMap(Map<K, V>) - Static method in class de.alpharogroup.collections.map.MapFactory
-
Factory method for create a new
TreeMap - newTreeSet(Comparator<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSetand will be returned asSet. - newTreeSet(Collection<T>, Comparator<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSetand will be returned asSortedSet - newTreeSet(Collection<T>, T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSetand will be returned asSortedSet. - newTreeSet(T...) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
TreeSetand will be returned asSet - newTreeSetSupplier(Comparator<T>) - Static method in class de.alpharogroup.collections.set.SetFactory
-
Factory method for create new
Supplierfor aTreeSetwith aComparator - next() - Method in class de.alpharogroup.collections.iterators.ArrayIterator
- next() - Method in class de.alpharogroup.collections.iterators.EnumerationIterator
- nextElement() - Method in class de.alpharogroup.collections.enumerations.SetEnumeration
O
- of() - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Factory method to create a new
IndexSortedPropertiesobject. - of() - Static method in class de.alpharogroup.collections.properties.SortedProperties
-
Factory method to create a new
SortedPropertiesobject. - of() - Static method in class de.alpharogroup.comparators.ChainableComparator
-
Factory method to create a new chainable
Comparatorobject. - of() - Static method in class de.alpharogroup.comparators.LocaleComparator
-
Factory method to create a new
LocaleComparatorobject. - of() - Static method in class de.alpharogroup.comparators.StringComparator
-
Factory method to create a new
StringComparatorobject. - of() - Static method in class de.alpharogroup.comparators.StringLengthComparator
-
Factory method to create a new
StringLengthComparatorobject. - of(boolean) - Static method in class de.alpharogroup.comparators.LocaleComparator
-
Factory method to create a new
LocaleComparatorobject. - of(boolean) - Static method in class de.alpharogroup.comparators.StringComparator
-
Factory method to create a new
StringComparatorobject. - of(boolean) - Static method in class de.alpharogroup.comparators.StringLengthComparator
-
Factory method to create a new
StringLengthComparatorobject. - of(SortOrder) - Static method in class de.alpharogroup.comparators.StringComparator
-
Factory method to create a new
StringComparatorobject. - of(SortOrder) - Static method in class de.alpharogroup.comparators.StringLengthComparator
-
Factory method to create a new
StringLengthComparatorobject. - of(SortOrder, boolean) - Static method in class de.alpharogroup.comparators.StringComparator
-
Factory method to create a new
StringComparatorobject. - of(SortOrder, boolean) - Static method in class de.alpharogroup.comparators.StringLengthComparator
-
Factory method to create a new
StringLengthComparatorobject. - of(Comparator<T>) - Static method in class de.alpharogroup.comparators.ChainableComparator
-
Factory method to create a new chainable
Comparatorobject from the givenComparatorobject. - of(Comparator<T>, boolean) - Static method in class de.alpharogroup.comparators.ChainableComparator
-
Factory method to create a new chainable
Comparatorobject from the givenComparatorobject and the given reverse flag. - of(List<Comparator<T>>) - Static method in class de.alpharogroup.comparators.ChainableComparator
-
Factory method to create a new chainable
Comparatorobject from the givenListofComparatorobjects. - of(List<Comparator<T>>, BitSet) - Static method in class de.alpharogroup.comparators.ChainableComparator
-
Factory method to create a new chainable
Comparatorobject from the givenListofComparatorobjects. - of(Properties) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Factory method to create a new
IndexSortedPropertiesobject. - of(Properties) - Static method in class de.alpharogroup.collections.properties.SortedProperties
-
Factory method to create a new
SortedPropertiesobject. - of(Properties, Comparator<Object>) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Factory method to create a new
IndexSortedPropertiesobject. - of(Properties, Comparator<Object>) - Static method in class de.alpharogroup.collections.properties.SortedProperties
-
Factory method to create a new
SortedPropertiesobject. - of(Properties, Comparator<Object>, boolean) - Static method in class de.alpharogroup.collections.properties.IndexSortedProperties
-
Factory method to create a new
IndexSortedPropertiesobject. - OptionalListExtensions - Class in de.alpharogroup.collections.list
-
Extensions class for use with
Listobjects - OptionalListExtensions() - Constructor for class de.alpharogroup.collections.list.OptionalListExtensions
P
- partition(Collection<T>, int) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Groups the given
Collectionto parts from the specified size. - preconditionOfEqualCollection(Collection<T>, Collection<T>) - Static method in class de.alpharogroup.collections.CollectionExtensions
-
Checks the given two
Collectionobjects if there are null and return the appropriateOptionalboolean value - PROPERTIES_COMMENT_PATTERN - Static variable in class de.alpharogroup.collections.properties.PropertiesExtensions
-
The constant PROPERTIES_COMMENT_PATTERN is the regex pattern for find comments in properties file
- 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
PropertiesExtensionsprovides 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(Object, Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
- put(K, V) - Method in class de.alpharogroup.collections.map.InsertionOrderMap
-
Associates the specified value with the specified key in this map.
- putAll(Map<? extends Object, ? extends Object>) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
R
- rearrange(T, List<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Rearrange the order from the given
Listto the given rearranged index - 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(T[], int...) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Removes the first element of the array.
- remove(Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
- remove(Object, Object) - Method in class de.alpharogroup.collections.properties.IndexSortedProperties
- removeAll(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Removes the first element of the array.
- REMOVED - de.alpharogroup.collections.modifications.ModifiedState
-
The removed state.
- removeFirst(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optionalwith the first object if it was removed from the givenList - removeFirst(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Creates a new array cloned from the given array with the difference that the first element is removed
- removeFirst(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Removes the first object from the given List.
- removeFromEnd(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Removes the given suffix array from the first given array
- removeFromStart(T[], T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Removes the given prefix array from the first given array
- removeLast(List<T>) - Static method in class de.alpharogroup.collections.list.OptionalListExtensions
-
Returns an
Optionalwith the last object if it was removed from the givenList - removeLast(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Removes the first element of the array
- 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
- SetEnumeration<T> - Class in de.alpharogroup.collections.enumerations
- SetEnumeration(Set<T>, Enumeration<T>) - Constructor for class de.alpharogroup.collections.enumerations.SetEnumeration
- SetExtensions - Class in de.alpharogroup.collections.set
-
Extensions class for use with
Setobjects - SetExtensions() - Constructor for class de.alpharogroup.collections.set.SetExtensions
- SetFactory - Class in de.alpharogroup.collections.set
-
The factory class
SetFactoryprovides factory methods for create newSetobjects - SetFactory() - Constructor for class de.alpharogroup.collections.set.SetFactory
- setOf(E...) - Static method in class de.alpharogroup.collections.set.InsertionOrderSet
-
Factory method for create an
InsertionOrderSetwith 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.
- sortByValue(Map<K, V>, boolean) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Sort the given Map by its values and returns a sorted list by the values of the given Map
- sortByValue(Map<K, V>, Comparator<? super V>) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Sort the given Map by its values and returns a sorted list by the values of the given Map
- sortByValueAsList(Map<K, V>, boolean) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Sort the given Map by its values and returns a sorted list by the values of the given Map
- sortByValueAsList(Map<K, V>, Comparator<? super V>) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Sort the given Map by its values and returns a sorted list by the values of the given Map
- SortedProperties - Class in de.alpharogroup.collections.properties
-
The class
SortedPropertiesextends 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.
- splitToParts(Collection<T>, int) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
Splits the given
Collectionto parts to the specified size and returns a list with the parts. - StringComparator - Class in de.alpharogroup.comparators
-
The class
StringComparatorsorts 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
StringLengthComparatorcomparesStringobjects based on length. - StringLengthComparator(SortOrder) - Constructor for class de.alpharogroup.comparators.StringLengthComparator
-
Instantiates a new
StringLengthComparator.
T
- toArray(List<T>) - Static method in class de.alpharogroup.collections.list.ListExtensions
-
To array.
- toArray(Set<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
-
Converts the given
Setto an array - 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.
- 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
Setto a list. - toList(T[]) - Static method in class de.alpharogroup.collections.array.ArrayExtensions
-
Creates a new
Listfrom the given array. - toMap(String[][]) - Static method in class de.alpharogroup.collections.map.MapExtensions
-
Converts a two dimensional String Array 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
InputStreamthat represents a properties file to the given propertiesOutputStreamthat 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
OutputStreamthat represents the output file. - toSet(Collection<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
-
Converts the given
Collectionto aSet - toSortedSet(Collection<T>) - Static method in class de.alpharogroup.collections.set.SetExtensions
-
Converts the given
Collectionto aSortedSet. - 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.
U
- UNMODIFIED - de.alpharogroup.collections.modifications.ModifiedState
-
The unmodified state.
V
- valueOf(String) - Static method in enum de.alpharogroup.collections.modifications.ModifiedState
-
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.
- VectorExtensions - Class in de.alpharogroup.collections.list
-
The extensions
VectorExtensionsclass can be used withVectorobjects. - VectorExtensions() - Constructor for class de.alpharogroup.collections.list.VectorExtensions
All Classes All Packages