| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
SystemProperties.getAllProperties() |
static Set<String> |
SystemProperties.getAllPropertyNames() |
static Set<String> |
SystemProperties.getAllWarnedPropertyNames() |
| Modifier and Type | Method and Description |
|---|---|
List<CALLBACKTYPE> |
CallbackList.getAllCallbacks() |
List<EXTYPE> |
CollectingExceptionHandlerMultiple.getAllExceptions() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractChangeLogEntry> |
ChangeLog.getAllBaseEntries() |
List<ChangeLogEntry> |
ChangeLog.getAllEntries() |
List<ChangeLogEntry> |
ChangeLog.getAllEntriesOfCategory(EChangeLogCategory eCategory)
Get all change log entries, that match the specified category.
|
List<String> |
ChangeLogEntry.getAllIssues() |
List<ChangeLogRelease> |
ChangeLog.getAllReleases() |
IReadonlyMultiLingualText |
ChangeLogEntry.getAllTexts() |
Date |
AbstractChangeLogEntry.getDate() |
static Map<URI,ChangeLog> |
ChangeLogSerializer.readAllChangeLogs() |
static Map<URI,ChangeLog> |
ChangeLogSerializer.readAllChangeLogs(ClassLoader aClassLoader) |
static Map<URI,ChangeLog> |
ChangeLogSerializer.readAllChangeLogs(INonThrowingRunnableWithParameter<String> aErrorCallback) |
static Map<URI,ChangeLog> |
ChangeLogSerializer.readAllChangeLogs(INonThrowingRunnableWithParameter<String> aErrorCallback,
ClassLoader aClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EUnicodeBOM.getBytes() |
| Modifier and Type | Method and Description |
|---|---|
static BitSet |
URLCodec.getDefaultBitSet() |
static BitSet |
QuotedPrintableCodec.getDefaultBitSet() |
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
ArrayHelper.getAllExcept(boolean[] aArray,
boolean... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static byte[] |
ArrayHelper.getAllExcept(byte[] aArray,
byte... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static char[] |
ArrayHelper.getAllExcept(char[] aArray,
char... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static double[] |
ArrayHelper.getAllExcept(double[] aArray,
double... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static <ELEMENTTYPE> |
ArrayHelper.getAllExcept(ELEMENTTYPE[] aArray,
ELEMENTTYPE... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static float[] |
ArrayHelper.getAllExcept(float[] aArray,
float... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static int[] |
ArrayHelper.getAllExcept(int[] aArray,
int... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static long[] |
ArrayHelper.getAllExcept(long[] aArray,
long... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static short[] |
ArrayHelper.getAllExcept(short[] aArray,
short... aElementsToRemove)
Get an array that contains all elements, except for the passed elements.
|
static boolean[] |
ArrayHelper.getAllExceptFirst(boolean... aArray)
Get an array that contains all elements, except for the first element.
|
static boolean[] |
ArrayHelper.getAllExceptFirst(boolean[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static byte[] |
ArrayHelper.getAllExceptFirst(byte... aArray)
Get an array that contains all elements, except for the first element.
|
static byte[] |
ArrayHelper.getAllExceptFirst(byte[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static char[] |
ArrayHelper.getAllExceptFirst(char... aArray)
Get an array that contains all elements, except for the first element.
|
static char[] |
ArrayHelper.getAllExceptFirst(char[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static double[] |
ArrayHelper.getAllExceptFirst(double... aArray)
Get an array that contains all elements, except for the first element.
|
static double[] |
ArrayHelper.getAllExceptFirst(double[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static <ELEMENTTYPE> |
ArrayHelper.getAllExceptFirst(ELEMENTTYPE... aArray)
Get an array that contains all elements, except for the first element.
|
static <ELEMENTTYPE> |
ArrayHelper.getAllExceptFirst(ELEMENTTYPE[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static float[] |
ArrayHelper.getAllExceptFirst(float... aArray)
Get an array that contains all elements, except for the first element.
|
static float[] |
ArrayHelper.getAllExceptFirst(float[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static int[] |
ArrayHelper.getAllExceptFirst(int... aArray)
Get an array that contains all elements, except for the first element.
|
static int[] |
ArrayHelper.getAllExceptFirst(int[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static long[] |
ArrayHelper.getAllExceptFirst(long... aArray)
Get an array that contains all elements, except for the first element.
|
static long[] |
ArrayHelper.getAllExceptFirst(long[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static short[] |
ArrayHelper.getAllExceptFirst(short... aArray)
Get an array that contains all elements, except for the first element.
|
static short[] |
ArrayHelper.getAllExceptFirst(short[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the first n
elements.
|
static boolean[] |
ArrayHelper.getAllExceptLast(boolean... aArray)
Get an array that contains all elements, except for the last element.
|
static boolean[] |
ArrayHelper.getAllExceptLast(boolean[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static byte[] |
ArrayHelper.getAllExceptLast(byte... aArray)
Get an array that contains all elements, except for the last element.
|
static byte[] |
ArrayHelper.getAllExceptLast(byte[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static char[] |
ArrayHelper.getAllExceptLast(char... aArray)
Get an array that contains all elements, except for the last element.
|
static char[] |
ArrayHelper.getAllExceptLast(char[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static double[] |
ArrayHelper.getAllExceptLast(double... aArray)
Get an array that contains all elements, except for the last element.
|
static double[] |
ArrayHelper.getAllExceptLast(double[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static <ELEMENTTYPE> |
ArrayHelper.getAllExceptLast(ELEMENTTYPE... aArray)
Get an array that contains all elements, except for the last element.
|
static <ELEMENTTYPE> |
ArrayHelper.getAllExceptLast(ELEMENTTYPE[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static float[] |
ArrayHelper.getAllExceptLast(float... aArray)
Get an array that contains all elements, except for the last element.
|
static float[] |
ArrayHelper.getAllExceptLast(float[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static int[] |
ArrayHelper.getAllExceptLast(int... aArray)
Get an array that contains all elements, except for the last element.
|
static int[] |
ArrayHelper.getAllExceptLast(int[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static long[] |
ArrayHelper.getAllExceptLast(long... aArray)
Get an array that contains all elements, except for the last element.
|
static long[] |
ArrayHelper.getAllExceptLast(long[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static short[] |
ArrayHelper.getAllExceptLast(short... aArray)
Get an array that contains all elements, except for the last element.
|
static short[] |
ArrayHelper.getAllExceptLast(short[] aArray,
int nElementsToSkip)
Get an array that contains all elements, except for the last n
elements.
|
static Object[] |
ArrayHelper.getAsObjectArray(Collection<?> aCollection)
Get the passed collection as an array of Object.
|
static <KEY,VALUE> |
CollectionHelper.getCombinedMap(Map<KEY,VALUE> aMap1,
Map<KEY,VALUE> aMap2)
Create a map that contains the combination of the other 2 maps.
|
static boolean[] |
ArrayHelper.getConcatenated(boolean[] aHeadArray,
boolean... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static boolean[] |
ArrayHelper.getConcatenated(boolean[] aHeadArray,
boolean aTail)
Get a new array that combines the passed array and the tail element.
|
static boolean[] |
ArrayHelper.getConcatenated(boolean aHead,
boolean... aTailArray)
Get a new array that combines the passed head element and the array.
|
static byte[] |
ArrayHelper.getConcatenated(byte[] aHeadArray,
byte... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static byte[] |
ArrayHelper.getConcatenated(byte[] aHeadArray,
byte aTail)
Get a new array that combines the passed array and the tail element.
|
static byte[] |
ArrayHelper.getConcatenated(byte aHead,
byte... aTailArray)
Get a new array that combines the passed head element and the array.
|
static char[][] |
ArrayHelper.getConcatenated(char[][] aHeadArray,
char[]... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static char[] |
ArrayHelper.getConcatenated(char[] aHeadArray,
char... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static char[] |
ArrayHelper.getConcatenated(char[] aHeadArray,
char aTail)
Get a new array that combines the passed array and the tail element.
|
static char[] |
ArrayHelper.getConcatenated(char aHead,
char... aTailArray)
Get a new array that combines the passed head element and the array.
|
static double[] |
ArrayHelper.getConcatenated(double[] aHeadArray,
double... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static double[] |
ArrayHelper.getConcatenated(double[] aHeadArray,
double aTail)
Get a new array that combines the passed array and the tail element.
|
static double[] |
ArrayHelper.getConcatenated(double aHead,
double... aTailArray)
Get a new array that combines the passed head element and the array.
|
static <ELEMENTTYPE> |
ArrayHelper.getConcatenated(ELEMENTTYPE[] aHeadArray,
ELEMENTTYPE[] aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static <ELEMENTTYPE> |
ArrayHelper.getConcatenated(ELEMENTTYPE[] aHeadArray,
ELEMENTTYPE aTail,
Class<ELEMENTTYPE> aClass)
Get a new array that combines the passed array and the tail element.
|
static <ELEMENTTYPE> |
ArrayHelper.getConcatenated(ELEMENTTYPE aHead,
ELEMENTTYPE[] aTailArray,
Class<ELEMENTTYPE> aClass)
Get a new array that combines the passed head and the array.
|
static float[] |
ArrayHelper.getConcatenated(float[] aHeadArray,
float... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static float[] |
ArrayHelper.getConcatenated(float[] aHeadArray,
float aTail)
Get a new array that combines the passed array and the tail element.
|
static float[] |
ArrayHelper.getConcatenated(float aHead,
float... aTailArray)
Get a new array that combines the passed head element and the array.
|
static int[] |
ArrayHelper.getConcatenated(int[] aHeadArray,
int... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static int[] |
ArrayHelper.getConcatenated(int[] aHeadArray,
int aTail)
Get a new array that combines the passed array and the tail element.
|
static int[] |
ArrayHelper.getConcatenated(int aHead,
int... aTailArray)
Get a new array that combines the passed head element and the array.
|
static long[] |
ArrayHelper.getConcatenated(long[] aHeadArray,
long... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static long[] |
ArrayHelper.getConcatenated(long[] aHeadArray,
long aTail)
Get a new array that combines the passed array and the tail element.
|
static long[] |
ArrayHelper.getConcatenated(long aHead,
long... aTailArray)
Get a new array that combines the passed head element and the array.
|
static short[] |
ArrayHelper.getConcatenated(short[] aHeadArray,
short... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static short[] |
ArrayHelper.getConcatenated(short[] aHeadArray,
short aTail)
Get a new array that combines the passed array and the tail element.
|
static short[] |
ArrayHelper.getConcatenated(short aHead,
short... aTailArray)
Get a new array that combines the passed head element and the array.
|
static String[] |
ArrayHelper.getConcatenated(String[] aHeadArray,
String... aTailArray)
Get a new array that combines the passed two arrays, maintaining the order.
|
static String[] |
ArrayHelper.getConcatenated(String[] aHeadArray,
String aTail)
Get a new array that combines the passed array and the tail element.
|
static String[] |
ArrayHelper.getConcatenated(String aHead,
String... aTailArray)
Get a new array that combines the passed head element and the array.
|
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedList(Collection<? extends ELEMENTTYPE> aCollection1,
Collection<? extends ELEMENTTYPE> aCollection2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedList(Collection<? extends ELEMENTTYPE> aCont1,
ELEMENTTYPE... aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedList(ELEMENTTYPE[] aCont1,
Collection<? extends ELEMENTTYPE> aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1,
Collection<? extends ELEMENTTYPE> aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1,
ELEMENTTYPE... aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(ELEMENTTYPE[] aCont1,
Collection<? extends ELEMENTTYPE> aCont2) |
static boolean[] |
ArrayHelper.getCopy(boolean... aArray)
Get a 1:1 copy of the passed array.
|
static boolean[] |
ArrayHelper.getCopy(boolean[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static boolean[] |
ArrayHelper.getCopy(boolean[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static byte[] |
ArrayHelper.getCopy(byte... aArray)
Get a 1:1 copy of the passed array.
|
static byte[] |
ArrayHelper.getCopy(byte[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static byte[] |
ArrayHelper.getCopy(byte[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static char[] |
ArrayHelper.getCopy(char... aArray)
Get a 1:1 copy of the passed array.
|
static char[] |
ArrayHelper.getCopy(char[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static char[] |
ArrayHelper.getCopy(char[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static double[] |
ArrayHelper.getCopy(double... aArray)
Get a 1:1 copy of the passed array.
|
static double[] |
ArrayHelper.getCopy(double[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static double[] |
ArrayHelper.getCopy(double[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static <ELEMENTTYPE> |
ArrayHelper.getCopy(ELEMENTTYPE... aArray)
Get a 1:1 copy of the passed array.
|
static <ELEMENTTYPE> |
ArrayHelper.getCopy(ELEMENTTYPE[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static <ELEMENTTYPE> |
ArrayHelper.getCopy(ELEMENTTYPE[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static float[] |
ArrayHelper.getCopy(float... aArray)
Get a 1:1 copy of the passed array.
|
static float[] |
ArrayHelper.getCopy(float[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static float[] |
ArrayHelper.getCopy(float[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static int[] |
ArrayHelper.getCopy(int... aArray)
Get a 1:1 copy of the passed array.
|
static int[] |
ArrayHelper.getCopy(int[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static int[] |
ArrayHelper.getCopy(int[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array.
|
static long[] |
ArrayHelper.getCopy(long... aArray) |
static long[] |
ArrayHelper.getCopy(long[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static long[] |
ArrayHelper.getCopy(long[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static short[] |
ArrayHelper.getCopy(short... aArray)
Get a 1:1 copy of the passed array.
|
static short[] |
ArrayHelper.getCopy(short[] aArray,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements.
|
static short[] |
ArrayHelper.getCopy(short[] aArray,
int nStartIndex,
int nLength)
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
|
static <ELEMENTTYPE> |
CollectionHelper.getDifference(Collection<? extends ELEMENTTYPE> aCollection1,
Collection<? extends ELEMENTTYPE> aCollection2)
Get all elements that are only contained in the first contained, and not in
the second.
|
static <KEY,VALUE> |
CollectionHelper.getFilteredMap(Map<KEY,VALUE> aValues,
Collection<KEY> aKeys)
Get a map consisting only of a set of specified keys.
|
static <ELEMENTTYPE> |
CollectionHelper.getIntersected(Collection<? extends ELEMENTTYPE> aCollection1,
Collection<? extends ELEMENTTYPE> aCollection2)
Get all elements that are contained in the first AND in the second
container.
|
static <ELEMENTTYPE> |
CollectionHelper.getReverseList(Collection<? extends ELEMENTTYPE> aCollection) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getReverseLookup(IMultiMapSetBased<KEYTYPE,VALUETYPE> aMap)
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getReverseLookupSet(IMultiMap<KEYTYPE,VALUETYPE,? extends Collection<VALUETYPE>> aMap)
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(Collection<? extends ELEMENTTYPE> aCont)
Convert the given collection object to a sorted list.
|
static <ELEMENTTYPE> |
CollectionHelper.getSorted(Collection<? extends ELEMENTTYPE> aCont,
Comparator<? super ELEMENTTYPE> aComparator)
Convert the given collection object to a sorted list.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(ELEMENTTYPE... aCont)
Convert the given iterable object to a sorted list.
|
static <ELEMENTTYPE> |
CollectionHelper.getSorted(ELEMENTTYPE[] aCont,
Comparator<? super ELEMENTTYPE> aComparator)
Convert the given iterable object to a sorted list.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(IIterableIterator<? extends ELEMENTTYPE> aIter)
Convert the given iterator to a sorted list.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(IIterableIterator<? extends ELEMENTTYPE> aIter,
Comparator<? super ELEMENTTYPE> aComparator)
Convert the given iterator to a sorted list.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(Iterable<? extends ELEMENTTYPE> aCont)
Convert the given iterable object to a sorted list.
|
static <ELEMENTTYPE> |
CollectionHelper.getSorted(Iterable<? extends ELEMENTTYPE> aCont,
Comparator<? super ELEMENTTYPE> aComparator)
Convert the given iterable object to a sorted list.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.getSorted(Iterator<? extends ELEMENTTYPE> aIter)
Convert the given iterator to a sorted list.
|
static <ELEMENTTYPE> |
CollectionHelper.getSorted(Iterator<? extends ELEMENTTYPE> aIter,
Comparator<? super ELEMENTTYPE> aComparator)
Convert the given iterator to a sorted list.
|
static <ELEMENTTYPE> |
CollectionHelper.getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE> aStack) |
static <ELEMENTTYPE> |
CollectionHelper.getSubList(List<ELEMENTTYPE> aCont,
int nStartIndex,
int nSectionLength)
Gets a sublist excerpt of the passed list.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getSwappedKeyValues(Map<KEYTYPE,VALUETYPE> aMap)
Get a map where keys and values are exchanged.
|
static <ELEMENTTYPE> |
ArrayHelper.newArray(Collection<? extends ELEMENTTYPE> aCollection,
Class<ELEMENTTYPE> aClass)
Create a new array with the elements in the passed collection..
|
static <ELEMENTTYPE> |
ArrayHelper.newArray(int nArraySize,
ELEMENTTYPE aValue,
Class<ELEMENTTYPE> aClass)
Create a new array with a predefined number of elements containing the
passed value.
|
static <ELEMENTTYPE> |
ArrayHelper.newArraySingleElement(ELEMENTTYPE aElement,
Class<ELEMENTTYPE> aClass)
Wrapper that allows a single argument to be treated as an array.
|
static List<Boolean> |
CollectionHelper.newBooleanList(boolean... aValues) |
static Set<Boolean> |
CollectionHelper.newBooleanOrderedSet(boolean... aValues) |
static Set<Boolean> |
CollectionHelper.newBooleanSet(boolean... aValues) |
static TreeSet<Boolean> |
CollectionHelper.newBooleanSortedSet(boolean... aValues) |
static Vector<Boolean> |
CollectionHelper.newBooleanVector(boolean... aValues) |
static List<Byte> |
CollectionHelper.newByteList(byte... aValues) |
static Set<Byte> |
CollectionHelper.newByteOrderedSet(byte... aValues) |
static Set<Byte> |
CollectionHelper.newByteSet(byte... aValues) |
static TreeSet<Byte> |
CollectionHelper.newByteSortedSet(byte... aValues) |
static Vector<Byte> |
CollectionHelper.newByteVector(byte... aValues) |
static List<Character> |
CollectionHelper.newCharList(char... aValues) |
static Set<Character> |
CollectionHelper.newCharOrderedSet(char... aValues) |
static Set<Character> |
CollectionHelper.newCharSet(char... aValues) |
static TreeSet<Character> |
CollectionHelper.newCharSortedSet(char... aValues) |
static Vector<Character> |
CollectionHelper.newCharVector(char... aValues) |
static List<Double> |
CollectionHelper.newDoubleList(double... aValues) |
static Set<Double> |
CollectionHelper.newDoubleOrderedSet(double... aValues) |
static Set<Double> |
CollectionHelper.newDoubleSet(double... aValues) |
static TreeSet<Double> |
CollectionHelper.newDoubleSortedSet(double... aValues) |
static Vector<Double> |
CollectionHelper.newDoubleVector(double... aValues) |
static <ELEMENTTYPE extends Enum<ELEMENTTYPE>> |
CollectionHelper.newEnumSet(Class<ELEMENTTYPE> aEnumClass,
Collection<ELEMENTTYPE> aValues) |
static <ELEMENTTYPE extends Enum<ELEMENTTYPE>> |
CollectionHelper.newEnumSet(Class<ELEMENTTYPE> aEnumClass,
ELEMENTTYPE... aValues) |
static <ELEMENTTYPE extends Enum<ELEMENTTYPE>> |
CollectionHelper.newEnumSet(Class<ELEMENTTYPE> aEnumClass,
EnumSet<ELEMENTTYPE> aValues) |
static List<Float> |
CollectionHelper.newFloatList(float... aValues) |
static Set<Float> |
CollectionHelper.newFloatOrderedSet(float... aValues) |
static Set<Float> |
CollectionHelper.newFloatSet(float... aValues) |
static TreeSet<Float> |
CollectionHelper.newFloatSortedSet(float... aValues) |
static Vector<Float> |
CollectionHelper.newFloatVector(float... aValues) |
static List<Integer> |
CollectionHelper.newIntList(int... aValues) |
static Set<Integer> |
CollectionHelper.newIntOrderedSet(int... aValues) |
static Set<Integer> |
CollectionHelper.newIntSet(int... aValues) |
static TreeSet<Integer> |
CollectionHelper.newIntSortedSet(int... aValues) |
static Vector<Integer> |
CollectionHelper.newIntVector(int... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newList() |
static <ELEMENTTYPE> |
CollectionHelper.newList(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newList(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newList(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Enumeration<? extends ELEMENTTYPE> aEnum)
Compared to
Collections.list(Enumeration) this method is more
flexible in Generics parameter. |
static <ELEMENTTYPE> |
CollectionHelper.newList(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newListPrefilled(ELEMENTTYPE aValue,
int nElements) |
static List<Long> |
CollectionHelper.newLongList(long... aValues) |
static Set<Long> |
CollectionHelper.newLongOrderedSet(long... aValues) |
static Set<Long> |
CollectionHelper.newLongSet(long... aValues) |
static TreeSet<Long> |
CollectionHelper.newLongSortedSet(long... aValues) |
static Vector<Long> |
CollectionHelper.newLongVector(long... aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap() |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
CollectionHelper.newMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static List<Boolean> |
CollectionHelper.newObjectListFromArray(boolean[] aArray) |
static List<Byte> |
CollectionHelper.newObjectListFromArray(byte[] aArray) |
static List<Character> |
CollectionHelper.newObjectListFromArray(char[] aArray) |
static List<Double> |
CollectionHelper.newObjectListFromArray(double[] aArray) |
static List<Float> |
CollectionHelper.newObjectListFromArray(float[] aArray) |
static List<Integer> |
CollectionHelper.newObjectListFromArray(int[] aArray) |
static List<Long> |
CollectionHelper.newObjectListFromArray(long[] aArray) |
static List<?> |
CollectionHelper.newObjectListFromArray(Object aValue,
Class<?> aComponentType) |
static List<Short> |
CollectionHelper.newObjectListFromArray(short[] aArray) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap() |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues)
Retrieve a map that is ordered in the way the parameter arrays are passed
in.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet() |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue() |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(Enumeration<? extends ELEMENTTYPE> aEnum)
Compared to
Collections.list(Enumeration) this method is more
flexible in Generics parameter. |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newQueue(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newSet() |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Iterator<? extends ELEMENTTYPE> aIter) |
static List<Short> |
CollectionHelper.newShortList(short... aValues) |
static Set<Short> |
CollectionHelper.newShortOrderedSet(short... aValues) |
static Set<Short> |
CollectionHelper.newShortSet(short... aValues) |
static TreeSet<Short> |
CollectionHelper.newShortSortedSet(short... aValues) |
static Vector<Short> |
CollectionHelper.newShortVector(short... aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap() |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet() |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newStack() |
static <ELEMENTTYPE> |
CollectionHelper.newStack(Collection<? extends ELEMENTTYPE> aValues)
Create a new stack from the given collection.
|
static <ELEMENTTYPE> |
CollectionHelper.newStack(ELEMENTTYPE... aValues)
Create a new stack from the given array.
|
static <ELEMENTTYPE> |
CollectionHelper.newStack(ELEMENTTYPE aValue)
Create a new stack with a single element.
|
static <ELEMENTTYPE> |
CollectionHelper.newVector() |
static <ELEMENTTYPE> |
CollectionHelper.newVector(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newVector(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
CollectionHelper.newVector(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
CollectionHelper.newVector(Enumeration<? extends ELEMENTTYPE> aEnum)
Compared to
Collections.list(Enumeration) this method is more
flexible in Generics parameter. |
static <ELEMENTTYPE> |
CollectionHelper.newVector(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newVector(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newVector(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newVectorPrefilled(ELEMENTTYPE aValue,
int nElements) |
| Modifier and Type | Method and Description |
|---|---|
Set<KEYTYPE> |
MapBasedGenericReadonlyAttributeContainer.getAllAttributeNames() |
Set<KEYTYPE> |
MapBasedGenericAttributeContainerThreadSafe.getAllAttributeNames() |
Set<KEYTYPE> |
MapBasedGenericAttributeContainer.getAllAttributeNames() |
Set<String> |
MapBasedAttributeContainerThreadSafe.getAllAttributeNames() |
Map<KEYTYPE,VALUETYPE> |
MapBasedGenericReadonlyAttributeContainer.getAllAttributes() |
Map<KEYTYPE,VALUETYPE> |
MapBasedGenericAttributeContainerThreadSafe.getAllAttributes() |
Map<KEYTYPE,VALUETYPE> |
MapBasedGenericAttributeContainer.getAllAttributes() |
Map<String,Object> |
MapBasedAttributeContainerThreadSafe.getAllAttributes() |
Map<KEYTYPE,VALUETYPE> |
IGenericReadonlyAttributeContainer.getAllAttributes() |
Collection<VALUETYPE> |
MapBasedGenericReadonlyAttributeContainer.getAllAttributeValues() |
Collection<VALUETYPE> |
MapBasedGenericAttributeContainerThreadSafe.getAllAttributeValues() |
Collection<VALUETYPE> |
MapBasedGenericAttributeContainer.getAllAttributeValues() |
Collection<Object> |
MapBasedAttributeContainerThreadSafe.getAllAttributeValues() |
Enumeration<KEYTYPE> |
MapBasedGenericAttributeContainerThreadSafe.getAttributeNames()
Deprecated.
|
Enumeration<String> |
MapBasedAttributeContainerThreadSafe.getAttributeNames()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <SRCTYPE,DSTTYPE extends Comparable<? super DSTTYPE>> |
ContainerConversionHelper.getSorted(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter)
Convert the given iterator to a sorted list.
|
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.getSorted(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter,
Comparator<? super DSTTYPE> aComparator)
Convert the given iterator to a sorted list.
|
static <SRCTYPE,DSTTYPE extends Comparable<? super DSTTYPE>> |
ContainerConversionHelper.getSorted(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter)
Convert the given iterator to a sorted list.
|
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.getSorted(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter,
Comparator<? super DSTTYPE> aComparator)
Convert the given iterator to a sorted list.
|
static <SRCTYPE,DSTTYPE> |
ArrayConversionHelper.newArray(Collection<? extends SRCTYPE> aList,
IUnidirectionalConverter<SRCTYPE,DSTTYPE> aConv,
Class<DSTTYPE> aDstClass) |
static <SRCTYPE,DSTTYPE> |
ArrayConversionHelper.newArray(SRCTYPE[] aArray,
IUnidirectionalConverter<SRCTYPE,DSTTYPE> aConv,
Class<DSTTYPE> aDstClass) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newList(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newList(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newList(SRCTYPE[] aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newOrderedSet(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newOrderedSet(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newOrderedSet(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newSet(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newSet(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newSet(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
| Modifier and Type | Method and Description |
|---|---|
static <V1 extends Comparable<? super V1>,V2> |
PairUtils.getSortedByPairFirst(Collection<? extends IReadonlyPair<V1,V2>> aList) |
static <V1,V2 extends Comparable<? super V2>> |
PairUtils.getSortedByPairSecond(Collection<? extends IReadonlyPair<V1,V2>> aList) |
| Modifier and Type | Method and Description |
|---|---|
Collator |
AbstractCollationComparator.getCollator() |
| Modifier and Type | Method and Description |
|---|---|
Map<KEYTYPE,VALUETYPE> |
UnidirectionalConverterMapGet.getMap() |
| Modifier and Type | Method and Description |
|---|---|
StackTraceElement[] |
ThreadDeadlockInfo.getStackTrace() |
| Modifier and Type | Method and Description |
|---|---|
ResourceErrorGroup |
ResourceErrorGroup.getAllErrors() |
ResourceErrorGroup |
ResourceErrorGroup.getAllFailures() |
List<IResourceError> |
ResourceErrorGroup.getAllResourceErrors() |
ResourceErrorGroup |
ResourceErrorGroup.getClone() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ISerializableFilter<? super DATATYPE>> |
SerializableFilterChainOR.getContainedFilters() |
List<? extends ISerializableFilter<? super DATATYPE>> |
SerializableFilterChainAND.getContainedFilters() |
List<? extends IFilter<? super DATATYPE>> |
FilterChainOR.getContainedFilters() |
List<? extends IFilter<? super DATATYPE>> |
FilterChainAND.getContainedFilters() |
| Modifier and Type | Method and Description |
|---|---|
static Map<IReadableResource,ScalableSize> |
ImageDataManager.getAllCachedSizes() |
static Set<IReadableResource> |
ImageDataManager.getAllNotExistingResources() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
Codepoint.getAsChars() |
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
FileUtils.getDirectoryContent(File aDirectory)
This is a replacement for
File.listFiles() doing some
additional checks on permissions. |
static List<File> |
FileUtils.getDirectoryContent(File aDirectory,
FileFilter aFileFilter)
This is a replacement for
File.listFiles(FileFilter) doing
some additional checks on permissions. |
static List<File> |
FileUtils.getDirectoryContent(File aDirectory,
FilenameFilter aFilenameFilter)
This is a replacement for
File.listFiles(FilenameFilter) doing
some additional checks on permissions. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
FilenameFilterMatchNoRegEx.getRegularExpressions() |
String[] |
FilenameFilterMatchAnyRegEx.getRegularExpressions() |
| Modifier and Type | Method and Description |
|---|---|
List<FileMonitor> |
FileMonitorManager.getAllFileMonitors() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ReadableResourceByteArray.getByteArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteArrayOutputStreamProvider.getBytes() |
byte[] |
ByteArrayInputStreamProvider.getData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteBufferOutputStream.getAsByteArray()
Get everything as a big byte array, without altering the ByteBuffer.
|
char[] |
NonBlockingStringWriter.getAsCharArray() |
ByteBuffer[] |
ByteBuffersInputStream.getBuffers() |
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
Charset aCharset)
Get the content of the passed Spring resource as one big string in the
passed character set.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead)
Get the content of the passed Spring resource as one big string in the
passed character set.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset,
int nLinesToSkip,
int nLinesToRead)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
Charset aCharset)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset,
int nLinesToSkip,
int nLinesToRead)
Deprecated.
|
byte[] |
NonBlockingByteArrayOutputStream.toByteArray()
Creates a newly allocated byte array.
|
| Modifier and Type | Method and Description |
|---|---|
List<IReadableResource> |
AbstractJAXBMarshaller.getOriginalXSDs() |
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingValidationEventHandler.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
ServiceLoaderUtils.getAllSPIImplementations(Class<T> aSPIClass)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> List<T> |
ServiceLoaderUtils.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> List<T> |
ServiceLoaderUtils.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> List<T> |
ServiceLoaderUtils.getAllSPIImplementations(Class<T> aSPIClass,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static Set<Class<?>> |
ClassHierarchyCache.getClassHierarchy(Class<?> aClass)
Get the complete super class hierarchy of the passed class including all
super classes and all interfaces of the passed class and of all parent
classes.
|
static List<Class<?>> |
ClassHierarchyCache.getClassHierarchyList(Class<?> aClass)
Get the complete super class hierarchy of the passed class including all
super classes and all interfaces of the passed class and of all parent
classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Locale> |
LocaleCache.getAllLanguages()
Get all contained locales that consist only of a non-empty language.
|
static Map<Locale,String> |
LocaleUtils.getAllLocaleDisplayNames(Locale aContentLocale)
Get all possible locale names in the passed locale
|
static Set<Locale> |
LocaleCache.getAllLocales()
Get all contained locales except the locales "all" and "independent"
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
CountryCache.getAllCountries() |
Set<Locale> |
CountryCache.getAllCountryLocales() |
static Set<Locale> |
ECountry.getCountryListAsLocales() |
| Modifier and Type | Method and Description |
|---|---|
List<LogMessage> |
InMemoryLogger.getAllMessages() |
Date |
LogMessage.getIssueDateTime() |
| Modifier and Type | Method and Description |
|---|---|
Set<List<DATATYPE>> |
CombinationGeneratorFlexible.getCombinations(List<DATATYPE> aElements)
Generate all combinations without duplicates.
|
static <DATATYPE> Set<List<DATATYPE>> |
CombinationGeneratorFlexible.getCombinations(List<DATATYPE> aElements,
boolean bAllowEmpty) |
List<DATATYPE> |
CombinationGenerator.next()
Generate next combination (algorithm from Rosen p. 286)
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MessageDigestGenerator.getDigest() |
byte[] |
IMessageDigestGenerator.getDigest()
Finish calculation of the hash value and return the digest.
|
byte[] |
MessageDigestGenerator.getDigest(int nLength) |
byte[] |
IMessageDigestGenerator.getDigest(int nLength)
Get only a part of the digest, namely the first number of bytes.
|
byte[] |
MessageDigestValue.getDigestBytes() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
IMicroElement.getAllAttributeNames()
Get a set of all attribute names.
|
Set<IMicroQName> |
IMicroElement.getAllAttributeQNames()
Get a set of all attribute names.
|
Map<String,String> |
IMicroElement.getAllAttributes()
Deprecated.
Use
IMicroElement.getAllQAttributes() instead. |
Collection<String> |
IMicroElement.getAllAttributeValues()
Get a set of all attribute values.
|
List<IMicroElement> |
IMicroElement.getAllChildElements()
Get a list of all direct child elements.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(IHasElementName aElementNameProvider)
Get a list of all direct child elements having the specified tag name.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(String sTagName)
Get a list of all direct child elements having the specified tag name.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(String sNamespaceURI,
IHasElementName aElementNameProvider)
Get a list of all direct child elements having the specified namespace and
the specified tag name.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(String sNamespaceURI,
String sLocalName)
Get a list of all direct child elements having the specified namespace and
the specified tag name.
|
List<IMicroElement> |
IMicroElement.getAllChildElementsRecursive()
Recursively get all child elements.
|
Map<EMicroEvent,Set<IMicroEventTarget>> |
IMicroNode.getAllEventTargets() |
Set<IMicroEventTarget> |
IMicroNode.getAllEventTargets(EMicroEvent eEvent)
Get all event targets for a certain event.
|
Map<IMicroQName,String> |
IMicroElement.getAllQAttributes()
Get a map of all fully qualified attribute names and values.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
XMLListHandler.readList(IInputStreamProvider aISP) |
static List<String> |
XMLListHandler.readList(InputStream aIS)
Read a predefined XML file that contains list items.
|
static Map<String,String> |
XMLMapHandler.readMap(IInputStreamProvider aISP) |
static Map<String,String> |
XMLMapHandler.readMap(InputStream aIS)
Read a mapping from the passed input stream.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IMicroElement> |
ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) |
static IMicroContainer |
MicroUtils.getAllChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
static IMicroContainer |
MicroUtils.getAllOriginalChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
MimeTypeInfo.getAllExtensions() |
Set<String> |
MimeTypeInfoManager.getAllExtensionsOfMimeType(IMimeType aMimeType)
Get all extensions associated to the specified mime type
|
Set<MimeTypeInfo.ExtensionWithSource> |
MimeTypeInfo.getAllExtensionsWithSource() |
Set<String> |
MimeTypeInfo.getAllGlobs() |
Set<String> |
MimeTypeInfoManager.getAllGlobsOfMimeType(IMimeType aMimeType)
Get all globs (=filename patterns) associated to the specified mime type
|
List<MimeTypeContent> |
MimeTypeDeterminator.getAllMimeTypeContents() |
List<MimeTypeInfo> |
MimeTypeInfoManager.getAllMimeTypeInfos() |
Set<IMimeType> |
MimeTypeInfoManager.getAllMimeTypes() |
Set<IMimeType> |
MimeTypeInfo.getAllMimeTypes() |
Set<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
Set<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
Set<String> |
MimeTypeInfoManager.getAllMimeTypeStrings() |
Set<String> |
MimeTypeInfo.getAllMimeTypeStrings() |
Set<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
Set<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
Set<MimeTypeInfo.MimeTypeWithSource> |
MimeTypeInfo.getAllMimeTypesWithSource() |
List<MimeTypeParameter> |
MimeType.getAllParameters() |
List<MimeTypeParameter> |
IMimeType.getAllParameters() |
Set<String> |
MimeTypeInfo.getAllParentTypes() |
static char[] |
MimeTypeParser.getAllTSpecialChars() |
IMicroDocument |
MimeTypeInfoManager.getAsDocument() |
byte[] |
MimeTypeContent.getContentBytes() |
| Modifier and Type | Method and Description |
|---|---|
Wrapper<DATATYPE> |
Wrapper.getClone() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
HasDisplayTextWithArgs.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IScopeRenewalAware> |
IScope.getAllScopeRenewalAwareAttributes() |
Map<String,IScopeRenewalAware> |
AbstractMapBasedScope.getAllScopeRenewalAwareAttributes() |
static <T extends AbstractSingleton> |
AbstractSingleton.getAllSingletons(IScope aScope,
Class<T> aDesiredClass)
Get all singleton objects registered in the respective sub-class of this
class.
|
ScopeRenewalAwareWrapper<DATATYPE> |
ScopeRenewalAwareWrapper.getClone() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IApplicationScope> |
GlobalScope.getAllApplicationScopes() |
Map<String,ISessionApplicationScope> |
SessionScope.getAllSessionApplicationScopes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ISessionScope> |
ScopeSessionManager.getAllSessionScopes() |
| Modifier and Type | Method and Description |
|---|---|
static List<IApplicationScopeSPI> |
ScopeSPIManager.getAllApplicationScopeSPIs() |
static List<IGlobalScopeSPI> |
ScopeSPIManager.getAllGlobalScopeSPIs() |
static List<IRequestScopeSPI> |
ScopeSPIManager.getAllRequestScopeSPIs() |
static List<ISessionApplicationScopeSPI> |
ScopeSPIManager.getAllSessionApplicationScopeSPIs() |
static List<ISessionScopeSPI> |
ScopeSPIManager.getAllSessionScopeSPIs() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
StatisticsManager.getAllCacheHandler() |
static Set<String> |
StatisticsManager.getAllCounterHandler() |
static Set<String> |
StatisticsManager.getAllKeyedCounterHandler() |
static Set<String> |
StatisticsManager.getAllKeyedSizeHandler() |
static Set<String> |
StatisticsManager.getAllKeyedTimerHandler() |
Set<String> |
IStatisticsHandlerKeyed.getAllKeys() |
static Set<String> |
StatisticsManager.getAllSizeHandler() |
static Set<String> |
StatisticsManager.getAllTimerHandler() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
StringHelper.getExploded(char cSep,
String sElements)
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string. |
static List<String> |
StringHelper.getExploded(char cSep,
String sElements,
int nMaxItems)
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string. |
static List<String> |
StringHelper.getExploded(String sSep,
String sElements)
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string. |
static List<String> |
StringHelper.getExploded(String sSep,
String sElements,
int nMaxItems)
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string. |
static Set<String> |
StringHelper.getExplodedToOrderedSet(String sSep,
String sElements)
Take a concatenated String and return an ordered
LinkedHashSet of
all elements in the passed string, using specified separator string. |
static Set<String> |
StringHelper.getExplodedToSet(String sSep,
String sElements)
Take a concatenated String and return a
Set of all elements in the
passed string, using specified separator string. |
static SortedSet<String> |
StringHelper.getExplodedToSortedSet(String sSep,
String sElements)
Take a concatenated String and return a sorted
TreeSet of all
elements in the passed string, using specified separator string. |
| Modifier and Type | Method and Description |
|---|---|
Set<Locale> |
TextProvider.getAllLocales() |
Set<Locale> |
MultiLingualTextThreadSafe.getAllLocales() |
Map<Locale,String> |
TextProvider.getAllTexts() |
Map<Locale,String> |
MultiLingualTextThreadSafe.getAllTexts() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedFallbackBundleNames() |
static Set<String> |
DefaultTextResolver.getAllUsedFallbackBundleNames() |
Set<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedOverrideBundleNames() |
static Set<String> |
DefaultTextResolver.getAllUsedOverrideBundleNames() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
XMLResourceBundle.getAllValues() |
List<String> |
XMLResourceBundleControl.getFormats(String sBaseName) |
| Modifier and Type | Method and Description |
|---|---|
Set<IThirdPartyModule> |
ThirdPartyModuleRegistry.getAllRegisteredThirdPartyModules() |
| Modifier and Type | Method and Description |
|---|---|
List<ITEMTYPE> |
BasicTreeItem.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> |
TreeWithIDSearcher.findAllItemsWithIDRecursive(IBasicTree<DATATYPE,ITEMTYPE> aTree,
KEYTYPE aSearchID)
Fill all items with the same ID by linearly scanning of the tree.
|
static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> |
TreeWithIDSearcher.findAllItemsWithIDRecursive(ITEMTYPE aTreeItem,
KEYTYPE aSearchID)
Fill all items with the same ID by linearly scanning the tree.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KEYTYPE> |
ITreeItemWithID.getAllChildDataIDs() |
Set<KEYTYPE> |
BasicTreeItemWithID.getAllChildDataIDs() |
List<DATATYPE> |
BasicTreeItemWithID.getAllChildDatas() |
List<ITEMTYPE> |
BasicTreeItemWithID.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DATATYPE> |
ITreeItemWithUniqueIDFactory.getAllItemDatas() |
List<DATATYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItemDatas() |
Collection<ITEMTYPE> |
ITreeItemWithUniqueIDFactory.getAllItems() |
List<ITEMTYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItems() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
URLData.getAllParams() |
Map<String,String> |
IURLData.getAllParams() |
Map<String,String> |
AbstractSimpleURL.getAllParams() |
Collection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
static Map<String,String> |
URLUtils.getQueryStringAsMap(String sQueryString) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
VendorInfo.getFileHeaderLines() |
| Modifier and Type | Method and Description |
|---|---|
static List<EXMLParserFeature> |
EXMLParserFeature.getAllFeaturesOfType(EXMLParserFeatureType eFeatureType) |
static List<EXMLParserProperty> |
EXMLParserProperty.getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) |
static Map<EXMLDOMFeatureVersion,List<String>> |
XMLDebug.getSupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
List<LSResourceData> |
CollectingLSResourceResolver.getAllRequestedResources() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
SingleElementNamespaceContext.getPrefixToNamespaceURIMap() |
Map<String,String> |
MapBasedNamespaceContext.getPrefixToNamespaceURIMap() |
Map<String,String> |
IIterableNamespaceContext.getPrefixToNamespaceURIMap()
Get all contained mappings.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingSAXErrorHandler.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingTransformErrorListener.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
Map<XPathFunctionKey,XPathFunction> |
MapBasedXPathFunctionResolver.getAllFunctions() |
Map<QName,?> |
MapBasedXPathVariableResolverQName.getAllVariables() |
Map<String,?> |
MapBasedXPathVariableResolver.getAllVariables() |
MapBasedXPathVariableResolverQName |
MapBasedXPathVariableResolverQName.getClone() |
MapBasedXPathVariableResolver |
MapBasedXPathVariableResolver.getClone() |
MapBasedXPathFunctionResolver |
MapBasedXPathFunctionResolver.getClone() |
Copyright © 2014–2015 Philip Helger. All rights reserved.