| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Base64.decode(byte[] source)
Low-level access to decoding ASCII characters in the form of a byte array.
|
static byte[] |
Base64.decode(byte[] source,
int options)
Low-level access to decoding ASCII characters in the form of a byte array.
|
static byte[] |
Base64.decode(byte[] source,
int off,
int len,
int options)
Low-level access to decoding ASCII characters in the form of a byte array.
|
static byte[] |
Base64.decode(String s)
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
|
static byte[] |
Base64.decode(String s,
int options)
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
|
static byte[] |
Base64.decodeFromFile(String filename)
Convenience method for reading a base64-encoded file and decoding it.
|
static byte[] |
Base64.encodeBytesToBytes(byte[] source)
Similar to
Base64.encodeBytes(byte[]) but returns a byte array instead of
instantiating a String. |
static byte[] |
Base64.encodeBytesToBytes(byte[] source,
int off,
int len,
int options)
Similar to
Base64.encodeBytes(byte[], int, int, int) but returns a byte
array instead of instantiating a String. |
static byte[] |
Base64.safeDecode(byte[] aEncodedBytes)
Decode the byte array.
|
static byte[] |
Base64.safeDecode(byte[] aEncodedBytes,
int nOfs,
int nLen)
Decode the byte array.
|
static byte[] |
Base64.safeDecode(String sEncoded)
Decode the string with the default encoding (US-ASCII is the preferred
one).
|
static byte[] |
Base64.safeEncodeBytesToBytes(byte[] aDecoded) |
static byte[] |
Base64.safeEncodeBytesToBytes(byte[] aDecoded,
int nOfs,
int nLen) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<KEYTYPE,VALUETYPE> |
AbstractCache.createCache()
Create a new cache map.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<CALLBACKTYPE> |
ICallbackList.getAllCallbacks() |
ICommonsList<CALLBACKTYPE> |
CallbackList.getAllCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<EXTYPE> |
CollectingExceptionListCallback.getAllExceptions() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EUnicodeBOM.getAllBytes() |
static byte[] |
CharsetManager.getAsBytes(String sText,
Charset aCharset) |
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
IByteArrayDecoder.getDecoded(byte[] aEncodedBuffer)
Decode a byte array.
|
protected byte[] |
RFC1522QCodec.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
protected byte[] |
RFC1522BCodec.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
default byte[] |
IByteArrayStreamDecoder.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen)
Decode a byte array.
|
byte[] |
IByteArrayDecoder.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen)
Decode a byte array.
|
byte[] |
DCTCodec.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
byte[] |
Base64Codec.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
protected abstract byte[] |
AbstractRFC1522Codec.getDecoded(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
default byte[] |
IByteArrayDecoder.getDecoded(String sEncoded,
Charset aCharset)
Decode the passed string.
|
static byte[] |
DCTCodec.getDecodedDCT(byte[] aEncodedBuffer,
int nOfs,
int nLen) |
static BitSet |
URLCodec.getDefaultPrintableChars() |
static BitSet |
QuotedPrintableCodec.getDefaultPrintableChars() |
default byte[] |
IByteArrayStreamEncoder.getEncoded(byte[] aDecodedBuffer)
Encode a byte array.
|
default byte[] |
IByteArrayEncoder.getEncoded(byte[] aDecodedBuffer)
Encode a byte array.
|
protected byte[] |
RFC1522QCodec.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen) |
protected byte[] |
RFC1522BCodec.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen) |
default byte[] |
IByteArrayStreamEncoder.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen)
Encode a byte array.
|
byte[] |
IByteArrayEncoder.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen)
Encode a byte array.
|
byte[] |
Base64Codec.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen) |
protected abstract byte[] |
AbstractRFC1522Codec.getEncoded(byte[] aDecodedBuffer,
int nOfs,
int nLen) |
default byte[] |
IByteArrayStreamEncoder.getEncoded(String sDecoded,
Charset aCharset)
Encode the passed string.
|
default byte[] |
IByteArrayEncoder.getEncoded(String sDecoded,
Charset aCharset)
Encode the passed string.
|
BitSet |
URLCodec.getPrintableChars() |
BitSet |
QuotedPrintableCodec.getPrintableChars() |
| Modifier and Type | Method and Description |
|---|---|
static Collator |
CollatorHelper.getCollatorSpaceBeforeDot(Locale aLocale)
Create a collator that is based on the standard collator but sorts spaces
before dots, because spaces are more important word separators than dots.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
ArrayHelper.getAll(ELEMENTTYPE[] aArray,
Predicate<? super ELEMENTTYPE> aFilter) |
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 <ELEMENTTYPE,RETTYPE> |
ArrayHelper.getAllMapped(ELEMENTTYPE[] aArray,
Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,RETTYPE> aMapper) |
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(ICommonsMap<KEY,VALUE> aValues,
Collection<? extends 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 <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 <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap)
Get a map sorted by aIter's keys.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap,
Comparator<? super KEYTYPE> aKeyComparator)
Get a map sorted by its keys.
|
static <KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> |
CollectionHelper.getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap)
Get a map sorted by its values.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap,
Comparator<? super VALUETYPE> aValueComparator)
Get a map sorted by aIter's values.
|
static <ELEMENTTYPE> |
StackHelper.getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE> aStack) |
static <ELEMENTTYPE> |
CollectionHelper.getSubList(List<ELEMENTTYPE> aCont,
int nStartIndex,
int nSectionLength)
Gets a sublist excerpt of the passed list.
|
static <ELEMENTTYPE> |
ArrayHelper.newArray(Class<? extends ELEMENTTYPE> aClass,
int nSize) |
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 <SRCTYPE,DSTTYPE> |
ArrayHelper.newArrayMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTTYPE> aMapper,
Class<DSTTYPE> aDstClass) |
static <SRCTYPE,DSTTYPE> |
ArrayHelper.newArrayMapped(SRCTYPE[] aArray,
Function<? super SRCTYPE,? extends DSTTYPE> aMapper,
Class<DSTTYPE> aDstClass) |
static <ELEMENTTYPE> |
ArrayHelper.newArraySameType(ELEMENTTYPE[] aArray,
int nSize)
Create a new empty array with the same type as the passed array.
|
static <ELEMENTTYPE> |
ArrayHelper.newArraySingleElement(ELEMENTTYPE aElement,
Class<ELEMENTTYPE> aClass)
Wrapper that allows a single argument to be treated as an array.
|
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 <ELEMENTTYPE> |
CollectionHelper.newList() |
static <ELEMENTTYPE> |
CollectionHelper.newList(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
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(int nInitialCapacity) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
CollectionHelper.newList(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE> |
CollectionHelper.newListMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTTYPE> aMapper) |
static <ELEMENTTYPE,DSTTYPE> |
CollectionHelper.newListMapped(Iterable<? extends ELEMENTTYPE> aIter,
Function<? super ELEMENTTYPE,? extends DSTTYPE> aMapper) |
static <ELEMENTTYPE,DSTTYPE> |
CollectionHelper.newListMapped(Iterable<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,? extends DSTTYPE> aMapper) |
static <SRCTYPE,DSTTYPE> |
CollectionHelper.newListMapped(SRCTYPE[] aValues,
Function<? super SRCTYPE,? extends DSTTYPE> aMapper) |
static <ELEMENTTYPE> |
CollectionHelper.newListPrefilled(ELEMENTTYPE aValue,
int nElements) |
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(int nInitialCapacity) |
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 <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<Map.Entry<? super KEYTYPE,? super VALUETYPE>> aFilter) |
static <SRCTYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newMapMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCTYPE,? extends DSTVALUETYPE> aValueMapper) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,? extends DSTVALUETYPE> aValueMapper) |
static CommonsArrayList<?> |
CollectionHelper.newObjectListFromArray(Object aValue,
Class<?> aComponentType) |
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(int nInitialCapacity) |
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 <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<Map.Entry<? super KEYTYPE,? super VALUETYPE>> aFilter) |
static <SRCTYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newOrderedMapMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCTYPE,? extends DSTVALUETYPE> aValueMapper) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newOrderedMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,? extends DSTVALUETYPE> aValueMapper) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet() |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
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(int nInitialCapacity) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE> |
CollectionHelper.newOrderedSetMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static CommonsArrayList<Boolean> |
PrimitiveCollectionHelper.newPrimitiveList(boolean... aValues) |
static CommonsArrayList<Byte> |
PrimitiveCollectionHelper.newPrimitiveList(byte... aValues) |
static CommonsArrayList<Character> |
PrimitiveCollectionHelper.newPrimitiveList(char... aValues) |
static CommonsArrayList<Double> |
PrimitiveCollectionHelper.newPrimitiveList(double... aValues) |
static CommonsArrayList<Float> |
PrimitiveCollectionHelper.newPrimitiveList(float... aValues) |
static CommonsArrayList<Integer> |
PrimitiveCollectionHelper.newPrimitiveList(int... aValues) |
static CommonsArrayList<Long> |
PrimitiveCollectionHelper.newPrimitiveList(long... aValues) |
static CommonsArrayList<Short> |
PrimitiveCollectionHelper.newPrimitiveList(short... aValues) |
static CommonsLinkedHashSet<Boolean> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(boolean... aValues) |
static CommonsLinkedHashSet<Byte> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(byte... aValues) |
static CommonsLinkedHashSet<Character> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(char... aValues) |
static CommonsLinkedHashSet<Double> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(double... aValues) |
static CommonsLinkedHashSet<Float> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(float... aValues) |
static CommonsLinkedHashSet<Integer> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(int... aValues) |
static CommonsLinkedHashSet<Long> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(long... aValues) |
static CommonsLinkedHashSet<Short> |
PrimitiveCollectionHelper.newPrimitiveOrderedSet(short... aValues) |
static PriorityQueue<Boolean> |
PrimitiveCollectionHelper.newPrimitiveQueue(boolean... aValues) |
static PriorityQueue<Byte> |
PrimitiveCollectionHelper.newPrimitiveQueue(byte... aValues) |
static PriorityQueue<Character> |
PrimitiveCollectionHelper.newPrimitiveQueue(char... aValues) |
static PriorityQueue<Double> |
PrimitiveCollectionHelper.newPrimitiveQueue(double... aValues) |
static PriorityQueue<Float> |
PrimitiveCollectionHelper.newPrimitiveQueue(float... aValues) |
static PriorityQueue<Integer> |
PrimitiveCollectionHelper.newPrimitiveQueue(int... aValues) |
static PriorityQueue<Long> |
PrimitiveCollectionHelper.newPrimitiveQueue(long... aValues) |
static PriorityQueue<Short> |
PrimitiveCollectionHelper.newPrimitiveQueue(short... aValues) |
static CommonsHashSet<Boolean> |
PrimitiveCollectionHelper.newPrimitiveSet(boolean... aValues) |
static CommonsHashSet<Byte> |
PrimitiveCollectionHelper.newPrimitiveSet(byte... aValues) |
static CommonsHashSet<Character> |
PrimitiveCollectionHelper.newPrimitiveSet(char... aValues) |
static CommonsHashSet<Double> |
PrimitiveCollectionHelper.newPrimitiveSet(double... aValues) |
static CommonsHashSet<Float> |
PrimitiveCollectionHelper.newPrimitiveSet(float... aValues) |
static CommonsHashSet<Integer> |
PrimitiveCollectionHelper.newPrimitiveSet(int... aValues) |
static CommonsHashSet<Long> |
PrimitiveCollectionHelper.newPrimitiveSet(long... aValues) |
static CommonsHashSet<Short> |
PrimitiveCollectionHelper.newPrimitiveSet(short... aValues) |
static CommonsTreeSet<Boolean> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(boolean... aValues) |
static CommonsTreeSet<Byte> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(byte... aValues) |
static CommonsTreeSet<Character> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(char... aValues) |
static CommonsTreeSet<Double> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(double... aValues) |
static CommonsTreeSet<Float> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(float... aValues) |
static CommonsTreeSet<Integer> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(int... aValues) |
static CommonsTreeSet<Long> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(long... aValues) |
static CommonsTreeSet<Short> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(short... aValues) |
static NonBlockingStack<Boolean> |
PrimitiveCollectionHelper.newPrimitiveStack(boolean... aValues) |
static NonBlockingStack<Byte> |
PrimitiveCollectionHelper.newPrimitiveStack(byte... aValues) |
static NonBlockingStack<Character> |
PrimitiveCollectionHelper.newPrimitiveStack(char... aValues) |
static NonBlockingStack<Double> |
PrimitiveCollectionHelper.newPrimitiveStack(double... aValues) |
static NonBlockingStack<Float> |
PrimitiveCollectionHelper.newPrimitiveStack(float... aValues) |
static NonBlockingStack<Integer> |
PrimitiveCollectionHelper.newPrimitiveStack(int... aValues) |
static NonBlockingStack<Long> |
PrimitiveCollectionHelper.newPrimitiveStack(long... aValues) |
static NonBlockingStack<Short> |
PrimitiveCollectionHelper.newPrimitiveStack(short... aValues) |
static CommonsVector<Boolean> |
PrimitiveCollectionHelper.newPrimitiveVector(boolean... aValues) |
static CommonsVector<Byte> |
PrimitiveCollectionHelper.newPrimitiveVector(byte... aValues) |
static CommonsVector<Character> |
PrimitiveCollectionHelper.newPrimitiveVector(char... aValues) |
static CommonsVector<Double> |
PrimitiveCollectionHelper.newPrimitiveVector(double... aValues) |
static CommonsVector<Float> |
PrimitiveCollectionHelper.newPrimitiveVector(float... aValues) |
static CommonsVector<Integer> |
PrimitiveCollectionHelper.newPrimitiveVector(int... aValues) |
static CommonsVector<Long> |
PrimitiveCollectionHelper.newPrimitiveVector(long... aValues) |
static CommonsVector<Short> |
PrimitiveCollectionHelper.newPrimitiveVector(short... aValues) |
static <ELEMENTTYPE> |
QueueHelper.newQueue() |
static <ELEMENTTYPE> |
QueueHelper.newQueue(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(Enumeration<? extends ELEMENTTYPE> aEnum)
Compared to
Collections.list(Enumeration) this method is more
flexible in Generics parameter. |
static <ELEMENTTYPE> |
QueueHelper.newQueue(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(int nInitialCapacity) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
QueueHelper.newQueue(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE> |
QueueHelper.newQueueMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static <ELEMENTTYPE> |
CollectionHelper.newSet() |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
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(int nInitialCapacity) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
CollectionHelper.newSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE> |
CollectionHelper.newSetMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
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 <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<Map.Entry<? super KEYTYPE,? super VALUETYPE>> aFilter) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE extends Comparable<? super DSTKEYTYPE>,DSTVALUETYPE> |
CollectionHelper.newSortedMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,DSTVALUETYPE> aValueMapper) |
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(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
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 <SRCTYPE,DSTTYPE extends Comparable<? super DSTTYPE>> |
CollectionHelper.newSortedSetMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static <ELEMENTTYPE> |
StackHelper.newStack() |
static <ELEMENTTYPE> |
StackHelper.newStack(Collection<? extends ELEMENTTYPE> aValues)
Create a new stack from the given collection.
|
static <ELEMENTTYPE> |
StackHelper.newStack(ELEMENTTYPE... aValues)
Create a new stack from the given array.
|
static <ELEMENTTYPE> |
StackHelper.newStack(ELEMENTTYPE aValue)
Create a new stack with a single element.
|
static <ELEMENTTYPE> |
StackHelper.newStack(int nInitialCapacity) |
static <SRCTYPE,DSTTYPE> |
StackHelper.newStackMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static <ELEMENTTYPE> |
VectorHelper.newVector() |
static <ELEMENTTYPE> |
VectorHelper.newVector(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
VectorHelper.newVector(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
static <ELEMENTTYPE> |
VectorHelper.newVector(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
VectorHelper.newVector(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
VectorHelper.newVector(Enumeration<? extends ELEMENTTYPE> aEnum)
Compared to
Collections.list(Enumeration) this method is more
flexible in Generics parameter. |
static <ELEMENTTYPE> |
VectorHelper.newVector(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
VectorHelper.newVector(int nInitialCapacity) |
static <ELEMENTTYPE> |
VectorHelper.newVector(Iterable<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
VectorHelper.newVector(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE> |
VectorHelper.newVectorMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static <ELEMENTTYPE> |
VectorHelper.newVectorPrefilled(ELEMENTTYPE aValue,
int nElements) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<KEYTYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributeNames() |
ICommonsSet<KEYTYPE> |
IAttributeContainer.getAllAttributeNames() |
ICommonsMap<KEYTYPE,VALUETYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributes() |
default ICommonsMap<KEYTYPE,VALUETYPE> |
IHasAttributes.getAllAttributes() |
ICommonsMap<KEYTYPE,VALUETYPE> |
IAttributeContainer.getAllAttributes() |
ICommonsCollection<VALUETYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributeValues() |
ICommonsCollection<VALUETYPE> |
IAttributeContainer.getAllAttributeValues() |
MapBasedAttributeContainerAny<KEYTYPE> |
MapBasedAttributeContainerAny.getClone() |
MapBasedAttributeContainer<KEYTYPE,VALUETYPE> |
MapBasedAttributeContainer.getClone() |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsOrderedSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsOrderedMap.copyOfEntrySet() |
default ICommonsSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsMap.copyOfEntrySet() |
default ICommonsOrderedSet<KEYTYPE> |
ICommonsOrderedMap.copyOfKeySet() |
default ICommonsSet<KEYTYPE> |
ICommonsMap.copyOfKeySet() |
default ICommonsList<VALUETYPE> |
ICommonsMap.copyOfValues() |
default ICommonsList<VALUETYPE> |
ICommonsMap.copyOfValues(Predicate<? super VALUETYPE> aFilter) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsMap.copyOfValuesMapped(Function<? super VALUETYPE,? extends DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsMap.copyOfValuesMapped(Predicate<? super VALUETYPE> aFilter,
Function<? super VALUETYPE,? extends DSTTYPE> aMapper) |
default <T> ICommonsSet<T> |
ICommonsSet.createInstance()
Create a new empty set.
|
default <T> ICommonsOrderedSet<T> |
ICommonsOrderedSet.createInstance() |
default <T> ICommonsList<T> |
ICommonsList.createInstance()
Create a new empty list.
|
<T> CommonsVector<T> |
CommonsVector.createInstance() |
<T> CommonsTreeSet<T> |
CommonsTreeSet.createInstance() |
<T> CommonsLinkedList<T> |
CommonsLinkedList.createInstance() |
<T> CommonsCopyOnWriteArraySet<T> |
CommonsCopyOnWriteArraySet.createInstance() |
<T> CommonsCopyOnWriteArrayList<T> |
CommonsCopyOnWriteArrayList.createInstance() |
default <DSTTYPE extends ELEMENTTYPE> |
ICommonsCollection.findAllInstanceOf(Class<DSTTYPE> aDstClass,
Consumer<? super DSTTYPE> aConsumer) |
default <DSTTYPE> void |
ICommonsCollection.findAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper,
Collection<? super DSTTYPE> aDst) |
default <DSTTYPE> void |
ICommonsCollection.findAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper,
Consumer<? super DSTTYPE> aConsumer) |
default <DSTTYPE> void |
ICommonsCollection.findAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper,
Collection<? super DSTTYPE> aDst) |
default <DSTTYPE> void |
ICommonsCollection.findAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper,
Consumer<? super DSTTYPE> aConsumer) |
default ICommonsSet<ELEMENTTYPE> |
ICommonsSet.getAll(Predicate<? super ELEMENTTYPE> aFilter) |
default ICommonsList<ELEMENTTYPE> |
ICommonsList.getAll(Predicate<? super ELEMENTTYPE> aFilter) |
default <DSTTYPE extends ELEMENTTYPE> |
ICommonsSet.getAllInstanceOf(Class<DSTTYPE> aDstClass) |
default <DSTTYPE extends ELEMENTTYPE> |
ICommonsList.getAllInstanceOf(Class<DSTTYPE> aDstClass) |
default <DSTTYPE> ICommonsSet<DSTTYPE> |
ICommonsSet.getAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsList.getAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsSet<DSTTYPE> |
ICommonsSet.getAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsList.getAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
ICommonsSortedSet<ELEMENTTYPE> |
ICommonsSortedSet.getClone() |
ICommonsSortedMap<KEYTYPE,VALUETYPE> |
ICommonsSortedMap.getClone() |
ICommonsOrderedSet<ELEMENTTYPE> |
ICommonsOrderedSet.getClone() |
ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
ICommonsOrderedMap.getClone() |
ICommonsNavigableSet<ELEMENTTYPE> |
ICommonsNavigableSet.getClone() |
ICommonsNavigableMap<KEYTYPE,VALUETYPE> |
ICommonsNavigableMap.getClone() |
CommonsWeakHashMap<KEYTYPE,VALUETYPE> |
CommonsWeakHashMap.getClone() |
CommonsVector<ELEMENTTYPE> |
CommonsVector.getClone() |
CommonsTreeSet<ELEMENTTYPE> |
CommonsTreeSet.getClone() |
CommonsTreeMap<KEYTYPE,VALUETYPE> |
CommonsTreeMap.getClone() |
CommonsLinkedList<ELEMENTTYPE> |
CommonsLinkedList.getClone() |
CommonsLinkedHashSet<ELEMENTTYPE> |
CommonsLinkedHashSet.getClone() |
CommonsLinkedHashMap<KEYTYPE,VALUETYPE> |
CommonsLinkedHashMap.getClone() |
CommonsHashSet<ELEMENTTYPE> |
CommonsHashSet.getClone() |
CommonsHashMap<KEYTYPE,VALUETYPE> |
CommonsHashMap.getClone() |
CommonsEnumMap<KEYTYPE,VALUETYPE> |
CommonsEnumMap.getClone() |
CommonsCopyOnWriteArraySet<ELEMENTTYPE> |
CommonsCopyOnWriteArraySet.getClone() |
CommonsCopyOnWriteArrayList<ELEMENTTYPE> |
CommonsCopyOnWriteArrayList.getClone() |
CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> |
CommonsConcurrentHashMap.getClone() |
CommonsArrayList<ELEMENTTYPE> |
CommonsArrayList.getClone() |
default ICommonsList<ELEMENTTYPE> |
ICommonsCollection.getCopyAsList() |
default ICommonsMap<KEYTYPE,VALUETYPE> |
ICommonsMap.getSortedByKey(Comparator<? super KEYTYPE> aKeyComparator)
Get the map sorted by its keys.
|
default ICommonsMap<KEYTYPE,VALUETYPE> |
ICommonsMap.getSortedByValue(Comparator<? super VALUETYPE> aValueComparator)
Get the map sorted by its values.
|
default ICommonsMap<VALUETYPE,KEYTYPE> |
ICommonsMap.getSwappedKeyValues()
Get a map where keys and values are exchanged.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SingleElementList<T> |
SingleElementList.createInstance() |
ICommonsSet<Map.Entry<KEYTYPE,VALUETYPE>> |
SingleElementMap.entrySet() |
WrappedSet<ELEMENTTYPE> |
WrappedSet.getClone() |
WrappedList<ELEMENTTYPE> |
WrappedList.getClone() |
SingleElementMap<KEYTYPE,VALUETYPE> |
SingleElementMap.getClone() |
SingleElementList<ELEMENTTYPE> |
SingleElementList.getClone() |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsVector<VALUETYPE> |
MultiWeakHashMapVectorBased.createNewCollection() |
protected CommonsTreeSet<VALUETYPE> |
MultiWeakHashMapTreeSetBased.createNewCollection() |
protected CommonsLinkedHashSet<VALUETYPE> |
MultiWeakHashMapLinkedHashSetBased.createNewCollection() |
protected CommonsHashSet<VALUETYPE> |
MultiWeakHashMapHashSetBased.createNewCollection() |
protected CommonsArrayList<VALUETYPE> |
MultiWeakHashMapArrayListBased.createNewCollection() |
protected CommonsVector<VALUETYPE> |
MultiTreeMapVectorBased.createNewCollection() |
protected CommonsTreeSet<VALUETYPE> |
MultiTreeMapTreeSetBased.createNewCollection() |
protected CommonsLinkedHashSet<VALUETYPE> |
MultiTreeMapLinkedHashSetBased.createNewCollection() |
protected CommonsHashSet<VALUETYPE> |
MultiTreeMapHashSetBased.createNewCollection() |
protected CommonsArrayList<VALUETYPE> |
MultiTreeMapArrayListBased.createNewCollection() |
protected CommonsVector<VALUETYPE> |
MultiLinkedHashMapVectorBased.createNewCollection() |
protected CommonsTreeSet<VALUETYPE> |
MultiLinkedHashMapTreeSetBased.createNewCollection() |
protected CommonsLinkedHashSet<VALUETYPE> |
MultiLinkedHashMapLinkedHashSetBased.createNewCollection() |
protected CommonsHashSet<VALUETYPE> |
MultiLinkedHashMapHashSetBased.createNewCollection() |
protected CommonsArrayList<VALUETYPE> |
MultiLinkedHashMapArrayListBased.createNewCollection() |
protected CommonsVector<VALUETYPE> |
MultiHashMapVectorBased.createNewCollection() |
protected CommonsTreeSet<VALUETYPE> |
MultiHashMapTreeSetBased.createNewCollection() |
protected CommonsLinkedHashSet<VALUETYPE> |
MultiHashMapLinkedHashSetBased.createNewCollection() |
protected CommonsHashSet<VALUETYPE> |
MultiHashMapHashSetBased.createNewCollection() |
protected CommonsArrayList<VALUETYPE> |
MultiHashMapArrayListBased.createNewCollection() |
protected CommonsVector<VALUETYPE> |
MultiConcurrentHashMapVectorBased.createNewCollection() |
protected CommonsTreeSet<VALUETYPE> |
MultiConcurrentHashMapTreeSetBased.createNewCollection() |
protected CommonsLinkedHashSet<VALUETYPE> |
MultiConcurrentHashMapLinkedHashSetBased.createNewCollection() |
protected CommonsHashSet<VALUETYPE> |
MultiConcurrentHashMapHashSetBased.createNewCollection() |
protected CommonsArrayList<VALUETYPE> |
MultiConcurrentHashMapArrayListBased.createNewCollection() |
protected abstract COLLTYPE |
AbstractMultiWeakHashMap.createNewCollection() |
protected abstract COLLTYPE |
AbstractMultiTreeMap.createNewCollection() |
protected abstract COLLTYPE |
AbstractMultiLinkedHashMap.createNewCollection() |
protected abstract COLLTYPE |
AbstractMultiHashMap.createNewCollection() |
protected abstract COLLTYPE |
AbstractMultiConcurrentHashMap.createNewCollection() |
protected CommonsWeakHashMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapWeakHashMapBased.createNewInnerMap() |
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapTreeMapBased.createNewInnerMap() |
protected CommonsLinkedHashMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapLinkedHashMapBased.createNewInnerMap() |
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapHashMapBased.createNewInnerMap() |
protected CommonsWeakHashMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapWeakHashMapBased.createNewInnerMap() |
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapTreeMapBased.createNewInnerMap() |
protected CommonsLinkedHashMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapLinkedHashMapBased.createNewInnerMap() |
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapHashMapBased.createNewInnerMap() |
protected CommonsWeakHashMap<KEYTYPE2,VALUETYPE> |
MultiHashMapWeakHashMapBased.createNewInnerMap() |
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiHashMapTreeMapBased.createNewInnerMap() |
protected CommonsLinkedHashMap<KEYTYPE2,VALUETYPE> |
MultiHashMapLinkedHashMapBased.createNewInnerMap() |
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiHashMapHashMapBased.createNewInnerMap() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<DATATYPE> |
AbstractConcurrentCollector.drainQueue() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<ICommonsList<String>> |
CSVReader.readAll()
Reads the entire file into a list with each element being a list of
String of tokens. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IThreadDeadlockCallback> |
ThreadDeadlockDetector.getAllCallbacks() |
StackTraceElement[] |
ThreadDeadlockInfo.getStackTrace() |
| Modifier and Type | Method and Description |
|---|---|
ResourceErrorGroup |
ResourceErrorGroup.getAllErrors() |
ResourceErrorGroup |
ResourceErrorGroup.getAllFailures() |
ICommonsList<IResourceError> |
ResourceErrorGroup.getAllResourceErrors() |
ResourceErrorGroup |
ResourceErrorGroup.getClone() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IError> |
FormErrors.getAllFieldItems() |
ICommonsList<String> |
FormErrors.getAllFieldItemTexts() |
ICommonsList<IError> |
FormErrors.getAllGlobalItems() |
ICommonsList<String> |
FormErrors.getAllGlobalItemTexts() |
ICommonsList<IError> |
IErrorList.getAllItems() |
ICommonsList<IError> |
ErrorList.getAllItems() |
ICommonsList<String> |
IErrorList.getAllItemTexts() |
ICommonsList<String> |
ErrorList.getAllItemTexts() |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfField(String sSearchFieldName)
Get a list with all texts for the specified field name.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfField(String sSearchFieldName) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfField(String sSearchFieldName) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFields(String... aSearchFieldNames)
Get a list with all texts for the specified field names
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFields(String... aSearchFieldNames) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFields(String... aSearchFieldNames) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFieldsRegExp(String sRegExp)
Get a list with all texts of entries that have field names matching the
passed regular expression.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFieldsRegExp(String sRegExp) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFieldsRegExp(String sRegEx) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames)
Get a list with all texts of entries that have field names starting with
one of the supplied names.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames) |
IFieldErrorList |
IFieldErrorList.getListOfField(String sSearchFieldName)
Get a sub-list with all entries for the specified field name
|
IErrorList |
FormErrors.getListOfField(String sSearchFieldName) |
ErrorList |
ErrorList.getListOfField(String sSearchFieldName) |
IFieldErrorList |
IFieldErrorList.getListOfFields(String... aSearchFieldNames)
Get a sub-list with all entries for the specified field names
|
IErrorList |
FormErrors.getListOfFields(String... aSearchFieldNames) |
ErrorList |
ErrorList.getListOfFields(String... aSearchFieldNames) |
IFieldErrorList |
IFieldErrorList.getListOfFieldsRegExp(String sRegExp)
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
IErrorList |
FormErrors.getListOfFieldsRegExp(String sRegExp) |
ErrorList |
ErrorList.getListOfFieldsRegExp(String sRegExp) |
IFieldErrorList |
IFieldErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames)
Get a sub-list with all entries that have field names starting with one of
the supplied names.
|
IErrorList |
FormErrors.getListOfFieldsStartingWith(String... aSearchFieldNames) |
ErrorList |
ErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames) |
IErrorList |
IErrorList.getListWithoutField() |
ErrorList |
ErrorList.getListWithoutField() |
IMultiMapListBased<String,IError> |
IFieldErrorList.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
FormErrors.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
ErrorList.getStructuredByFieldName() |
IMultiMapListBased<String,IError> |
IFieldErrorList.getStructuredByID() |
IMultiMapListBased<String,IError> |
FormErrors.getStructuredByID() |
IMultiMapListBased<String,IError> |
ErrorList.getStructuredByID() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<IReadableResource,SizeInt> |
ImageDataManager.getAllCachedSizes() |
ICommonsSet<IReadableResource> |
ImageDataManager.getAllNotExistingResources() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<File> |
FileHelper.getDirectoryContent(File aDirectory)
This is a replacement for
File.listFiles() doing some
additional checks on permissions. |
static ICommonsList<File> |
FileHelper.getDirectoryContent(File aDirectory,
FileFilter aFileFilter)
This is a replacement for
File.listFiles(FileFilter) doing
some additional checks on permissions. |
static ICommonsList<File> |
FileHelper.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 |
|---|---|
ICommonsList<FileMonitor> |
FileMonitorManager.getAllFileMonitors() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ReadableResourceByteArray.getAllBytes() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.getAllContainedReadingResourceProviders() |
ICommonsList<IWritableResourceProvider> |
WritableResourceProviderChain.getAllContainedWritingResourceProviders() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer[] |
ByteBuffersInputStream.getAllBuffers() |
byte[] |
MessageDigestInputStream.getAllDigestBytes()
Get the message digest of this stream.
|
byte[] |
ByteBufferOutputStream.getAsByteArray()
Get everything as a big byte array, without altering the ByteBuffer.
|
char[] |
NonBlockingStringWriter.getAsCharArray() |
byte[] |
MessageDigestOutputStream.getDigest()
Get the message digest of this stream.
|
static ICommonsList<String> |
StreamHelper.readStreamLines(IHasInputStream aISP,
Charset aCharset)
Get the content of the passed Spring resource as one big string in the
passed character set.
|
static ICommonsList<String> |
StreamHelper.readStreamLines(IHasInputStream 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 ICommonsList<String> |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static ICommonsList<String> |
StreamHelper.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.
|
byte[] |
NonBlockingByteArrayOutputStream.toByteArray()
Creates a newly allocated byte array.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteArrayOutputStreamProvider.getBytes() |
byte[] |
ByteArrayInputStreamProvider.getData() |
| Modifier and Type | Method and Description |
|---|---|
static <ENUMTYPE extends Enum<ENUMTYPE>> |
EnumHelper.getAll(Class<ENUMTYPE> aClass,
Predicate<ENUMTYPE> aFilter) |
static ICommonsList<String> |
ClassPathHelper.getAllClassPathEntries() |
static ICommonsSet<Class<?>> |
ClassHelper.getAllPrimitiveClasses() |
static ICommonsSet<Class<?>> |
ClassHelper.getAllPrimitiveWrapperClasses() |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static ICommonsSet<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 ICommonsList<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 |
|---|---|
ICommonsSet<Locale> |
LocaleCache.getAllLanguages()
Get all contained locales that consist only of a non-empty language.
|
static ICommonsMap<Locale,String> |
LocaleHelper.getAllLocaleDisplayNames(Locale aContentLocale)
Get all possible locale names in the passed locale
|
ICommonsList<Locale> |
LocaleCache.getAllLocales()
Get all contained locales except the locales "all" and "independent"
|
ICommonsCollection<Locale> |
IHasLocales.getAllLocales() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<String> |
CountryCache.getAllCountries() |
ICommonsSet<Locale> |
CountryCache.getAllCountryLocales() |
static ICommonsSet<Locale> |
ECountry.getCountryListAsLocales() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<LogMessage> |
InMemoryLogger.getAllMessages() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<ICommonsList<DATATYPE>> |
CombinationGeneratorFlexible.getCombinations(ICommonsList<DATATYPE> aElements)
Generate all combinations without duplicates.
|
static <DATATYPE> ICommonsSet<ICommonsList<DATATYPE>> |
CombinationGeneratorFlexible.getCombinations(ICommonsList<DATATYPE> aElements,
boolean bAllowEmpty) |
ICommonsList<DATATYPE> |
CombinationGenerator.next()
Generate next combination (algorithm from Rosen p. 286)
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NonBlockingMessageDigestGenerator.getAllDigestBytes() |
byte[] |
MessageDigestGenerator.getAllDigestBytes() |
byte[] |
IMessageDigestGenerator.getAllDigestBytes()
Finish calculation of the hash value and return the digest.
|
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
IMessageDigestGenerator aMDGen) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
int nOfs,
int nLength,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
int nOfs,
int nLength,
IMessageDigestGenerator aMDGen) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(EMessageDigestAlgorithm eAlgorithm,
byte[] aBytes) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(EMessageDigestAlgorithm eAlgorithm,
byte[] aBytes,
int nOfs,
int nLength) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(EMessageDigestAlgorithm eAlgorithm,
String sText,
Charset aCharset) |
byte[] |
NonBlockingMessageDigestGenerator.getAllDigestBytes(int nLength) |
byte[] |
MessageDigestGenerator.getAllDigestBytes(int nLength) |
byte[] |
IMessageDigestGenerator.getAllDigestBytes(int nLength)
Get only a part of the digest, namely the first number of bytes.
|
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(String sContent,
Charset aCharset,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytesFromInputStream(InputStream aIS,
EMessageDigestAlgorithm... aAlgorithms)
Create a hash value from the complete input stream.
|
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytesFromInputStream(InputStream aIS,
IMessageDigestGenerator aMDGen)
Create a hash value from the complete input stream.
|
byte[] |
MessageDigestValue.getDigestBytes() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<? extends IMicroElement> |
ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) |
static IMicroContainer |
MicroHelper.getAllChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
static IMicroContainer |
MicroHelper.getAllOriginalChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
static ICommonsList<String> |
XMLListHandler.readList(IHasInputStream aISP) |
static ICommonsList<String> |
XMLListHandler.readList(InputStream aIS)
Read a predefined XML file that contains list items.
|
static ICommonsMap<String,String> |
XMLMapHandler.readMap(IHasInputStream aISP) |
static ICommonsMap<String,String> |
XMLMapHandler.readMap(InputStream aIS)
Read a mapping from the passed input stream.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MimeTypeContent.getAllContentBytes() |
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllExtensions() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllExtensionsOfMimeType(IMimeType aMimeType)
Get all extensions associated to the specified mime type
|
ICommonsOrderedSet<MimeTypeInfo.ExtensionWithSource> |
MimeTypeInfo.getAllExtensionsWithSource() |
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllGlobs() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllGlobsOfMimeType(IMimeType aMimeType)
Get all globs (=filename patterns) associated to the specified mime type
|
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfExtension(String sExtension)
Get all infos associated with the specified filename extension.
|
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(File aFile) |
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(String sFilename) |
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfMimeType(IMimeType aMimeType)
Get all infos associated with the passed mime type.
|
ICommonsCollection<MimeTypeContent> |
MimeTypeDeterminator.getAllMimeTypeContents() |
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllMimeTypeInfos() |
ICommonsOrderedSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypes() |
ICommonsSet<IMimeType> |
MimeTypeInfo.getAllMimeTypes() |
ICommonsOrderedSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
ICommonsSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllMimeTypeStrings() |
ICommonsSet<String> |
MimeTypeInfo.getAllMimeTypeStrings() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
ICommonsSet<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
ICommonsSet<MimeTypeInfo.MimeTypeWithSource> |
MimeTypeInfo.getAllMimeTypesWithSource() |
ICommonsList<MimeTypeParameter> |
MimeType.getAllParameters() |
ICommonsList<MimeTypeParameter> |
IMimeType.getAllParameters() |
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllParentTypes() |
static char[] |
MimeTypeParser.getAllTSpecialChars() |
IMicroDocument |
MimeTypeInfoManager.getAsDocument() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<String,IApplicationScope> |
GlobalScope.getAllApplicationScopes() |
ICommonsMap<String,IScopeRenewalAware> |
IScope.getAllScopeRenewalAwareAttributes() |
ICommonsMap<String,IScopeRenewalAware> |
AbstractMapBasedScope.getAllScopeRenewalAwareAttributes() |
ICommonsMap<String,ISessionApplicationScope> |
SessionScope.getAllSessionApplicationScopes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ISessionScope> |
ScopeSessionManager.getAllSessionScopes() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<AbstractApplicationSingleton> |
AbstractApplicationSingleton.getAllApplicationSingletons()
Get all instantiated singleton objects registered in the current
application scope.
|
static ICommonsList<AbstractGlobalSingleton> |
AbstractGlobalSingleton.getAllGlobalSingletons()
Get all instantiated singleton objects registered in the current global
scope.
|
static ICommonsList<AbstractRequestSingleton> |
AbstractRequestSingleton.getAllRequestSingletons()
Get all instantiated singleton objects registered in the current request
scope.
|
static ICommonsList<AbstractSessionApplicationSingleton> |
AbstractSessionApplicationSingleton.getAllSessionApplicationSingletons()
Get all instantiated singleton objects registered in the current session
application scope.
|
static ICommonsList<AbstractSessionSingleton> |
AbstractSessionSingleton.getAllSessionSingletons()
Get all instantiated singleton objects registered in the current session
scope.
|
static <T extends AbstractSingleton> |
AbstractSingleton.getAllSingletons(IScope aScope,
Class<T> aDesiredClass)
Get all singleton objects registered in the respective sub-class of this
class.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsCollection<? extends DefaultTreeItemWithID<KEYTYPE,VALUETYPE>> |
AbstractSessionSingletonTreeWithUniqueID.getAllChildren() |
ICommonsCollection<? extends DefaultTreeItemWithID<KEYTYPE,VALUETYPE>> |
AbstractSessionApplicationSingletonTreeWithUniqueID.getAllChildren() |
ICommonsCollection<? extends DefaultTreeItemWithID<KEYTYPE,VALUETYPE>> |
AbstractRequestSingletonTreeWithUniqueID.getAllChildren() |
ICommonsCollection<? extends DefaultTreeItemWithID<KEYTYPE,VALUETYPE>> |
AbstractGlobalSingletonTreeWithUniqueID.getAllChildren() |
ICommonsCollection<? extends DefaultTreeItemWithID<KEYTYPE,VALUETYPE>> |
AbstractApplicationSingletonTreeWithUniqueID.getAllChildren() |
Collection<VALUETYPE> |
AbstractSessionSingletonTreeWithUniqueID.getAllItemDatas() |
Collection<VALUETYPE> |
AbstractSessionApplicationSingletonTreeWithUniqueID.getAllItemDatas() |
Collection<VALUETYPE> |
AbstractRequestSingletonTreeWithUniqueID.getAllItemDatas() |
Collection<VALUETYPE> |
AbstractGlobalSingletonTreeWithUniqueID.getAllItemDatas() |
Collection<VALUETYPE> |
AbstractApplicationSingletonTreeWithUniqueID.getAllItemDatas() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IApplicationScopeSPI> |
ScopeSPIManager.getAllApplicationScopeSPIs() |
ICommonsList<IGlobalScopeSPI> |
ScopeSPIManager.getAllGlobalScopeSPIs() |
ICommonsList<IRequestScopeSPI> |
ScopeSPIManager.getAllRequestScopeSPIs() |
ICommonsList<ISessionApplicationScopeSPI> |
ScopeSPIManager.getAllSessionApplicationScopeSPIs() |
ICommonsList<ISessionScopeSPI> |
ScopeSPIManager.getAllSessionScopeSPIs() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSet<String> |
StatisticsManager.getAllCacheHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllCounterHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedCounterHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedSizeHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedTimerHandler() |
ICommonsSet<String> |
StatisticsHandlerKeyedCounter.getAllKeys() |
ICommonsSet<String> |
IStatisticsHandlerKeyed.getAllKeys() |
ICommonsSet<String> |
AbstractStatisticsHandlerKeyedNumeric.getAllKeys() |
static ICommonsSet<String> |
StatisticsManager.getAllSizeHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllTimerHandler() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<String> |
StringHelper.getExploded(char cSep,
String sElements)
Take a concatenated String and return a
ICommonsList of all
elements in the passed string, using specified separator string. |
static ICommonsList<String> |
StringHelper.getExploded(char cSep,
String sElements,
int nMaxItems)
Take a concatenated String and return a
ICommonsList of all
elements in the passed string, using specified separator string. |
static ICommonsList<String> |
StringHelper.getExploded(String sSep,
String sElements)
Take a concatenated String and return a
ICommonsList of all
elements in the passed string, using specified separator string. |
static ICommonsList<String> |
StringHelper.getExploded(String sSep,
String sElements,
int nMaxItems)
Take a concatenated String and return a
ICommonsList of all
elements in the passed string, using specified separator string. |
static CommonsLinkedHashSet<String> |
StringHelper.getExplodedToOrderedSet(String sSep,
String sElements)
Take a concatenated String and return an ordered
CommonsLinkedHashSet of all elements in the passed string, using
specified separator string. |
static CommonsHashSet<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 CommonsTreeSet<String> |
StringHelper.getExplodedToSortedSet(String sSep,
String sElements)
Take a concatenated String and return a sorted
CommonsTreeSet of
all elements in the passed string, using specified separator string. |
static byte[] |
StringHelper.getHexDecoded(char[] aInput) |
static byte[] |
StringHelper.getHexDecoded(char[] aInput,
int nOfs,
int nLen) |
static byte[] |
StringHelper.getHexDecoded(String sInput) |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsMap<String,String> |
SystemProperties.getAllProperties() |
static ICommonsSet<String> |
SystemProperties.getAllPropertyNames() |
static ICommonsSet<String> |
SystemProperties.getAllWarnedPropertyNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<Locale> |
AbstractReadOnlyMapBasedMultilingualText.getAllLocales() |
ICommonsMap<Locale,String> |
IMultilingualText.getAllTexts() |
ICommonsMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.getAllTexts() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
HasDisplayTextWithArgs.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedFallbackBundleNames() |
ICommonsSet<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedOverrideBundleNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<String,String> |
XMLResourceBundle.getAllValues() |
ICommonsList<String> |
XMLResourceBundleControl.getFormats(String sBaseName) |
| Modifier and Type | Method and Description |
|---|---|
static MultilingualText |
TextHelper.create_DE_EN(String sDE,
String sEN) |
static MultilingualText |
TextHelper.create_DE(String sDE) |
static MultilingualText |
TextHelper.create_EN(String sEN) |
static MultilingualText |
TextHelper.createMultilingualTextFromMap(Map<String,String> aMap) |
static MultilingualText |
TextHelper.getCopyWithLocales(IMultilingualText aMLT,
Collection<Locale> aContentLocales)
Get a copy of this object with the specified locales.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<IThirdPartyModule> |
ThirdPartyModuleRegistry.getAllRegisteredThirdPartyModules() |
| Modifier and Type | Method and Description |
|---|---|
static StopWatch |
StopWatch.createdStarted() |
static StopWatch |
StopWatch.createdStopped() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<DATATYPE> |
BasicTreeItem.getAllChildDatas() |
ICommonsList<ITEMTYPE> |
BasicTreeItem.getAllChildren() |
ICommonsCollection<? extends ITEMTYPE> |
BasicTree.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 |
|---|---|
ICommonsSet<KEYTYPE> |
ITreeItemWithID.getAllChildDataIDs() |
ICommonsSet<KEYTYPE> |
BasicTreeItemWithID.getAllChildDataIDs() |
ICommonsList<DATATYPE> |
BasicTreeItemWithID.getAllChildDatas() |
ICommonsCollection<? extends ITEMTYPE> |
BasicTreeWithID.getAllChildren() |
ICommonsList<ITEMTYPE> |
BasicTreeItemWithID.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DATATYPE> |
ITreeItemWithUniqueIDFactory.getAllItemDatas() |
Collection<DATATYPE> |
BasicTreeWithGlobalUniqueID.getAllItemDatas() |
ICommonsList<DATATYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItemDatas() |
Collection<ITEMTYPE> |
ITreeItemWithUniqueIDFactory.getAllItems() |
Collection<ITEMTYPE> |
BasicTreeWithGlobalUniqueID.getAllItems() |
ICommonsList<ITEMTYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItems() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<String,String> |
URLData.getAllParams() |
ICommonsOrderedMap<String,String> |
SimpleURL.getAllParams() |
ICommonsOrderedMap<String,String> |
IURLData.getAllParams() |
ICommonsCollection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
static Map<String,String> |
URLHelper.getQueryStringAsMap(String sQueryString) |
static ICommonsOrderedMap<String,String> |
URLHelper.getQueryStringAsMap(String sQueryString,
IDecoder<String,String> aParameterDecoder) |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<String> |
VendorInfo.getFileHeaderLines() |
| Modifier and Type | Method and Description |
|---|---|
Wrapper<DATATYPE> |
Wrapper.getClone() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<Handler<? extends MessageContext>> |
WSClientConfig.getAllHandlers() |
ICommonsMap<String,ICommonsList<String>> |
WSClientConfig.getAllHTTPHeaders() |
ICommonsList<String> |
WSClientConfig.getAllHTTPHeaderValues(String sName) |
static String[] |
WSHelper.getAllJavaNetSystemProperties()
Get a set of system property names which are relevant for network
debugging/proxy handling.
|
| Modifier and Type | Method and Description |
|---|---|
static ICommonsOrderedMap<String,String> |
XMLHelper.getAllAttributesAsMap(Element aSrcNode) |
static ICommonsList<EXMLParserFeature> |
EXMLParserFeature.getAllFeaturesOfType(EXMLParserFeatureType eFeatureType) |
static ICommonsList<EXMLParserProperty> |
EXMLParserProperty.getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) |
static Map<EXMLDOMFeatureVersion,ICommonsList<String>> |
XMLDebug.getAllSupportedFeatures() |
static ICommonsList<String> |
XMLDebug.getAllSupportedFeatures(EXMLDOMFeatureVersion eFeatureVersion) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<LSResourceData> |
CollectingLSResourceResolver.getAllRequestedResources() |
| Modifier and Type | Method and Description |
|---|---|
MapBasedNamespaceContext |
MapBasedNamespaceContext.getClone() |
ICommonsMap<String,String> |
SingleElementNamespaceContext.getPrefixToNamespaceURIMap() |
ICommonsOrderedMap<String,String> |
MapBasedNamespaceContext.getPrefixToNamespaceURIMap() |
ICommonsMap<String,String> |
IIterableNamespaceContext.getPrefixToNamespaceURIMap()
Get all contained mappings.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
CollectingSAXErrorHandler.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<EXMLParserFeature,Boolean> |
SAXReaderSettings.getAllFeatureValues() |
static ICommonsMap<EXMLParserFeature,Boolean> |
SAXReaderDefaultSettings.getAllFeatureValues() |
ICommonsMap<EXMLParserFeature,Boolean> |
IBaseXMLReaderSettings.getAllFeatureValues() |
ICommonsMap<EXMLParserFeature,Boolean> |
DOMReaderSettings.getAllFeatureValues() |
static Map<EXMLParserFeature,Boolean> |
DOMReaderDefaultSettings.getAllFeatureValues() |
ICommonsMap<EXMLParserProperty,Object> |
SAXReaderSettings.getAllPropertyValues() |
static ICommonsMap<EXMLParserProperty,Object> |
SAXReaderDefaultSettings.getAllPropertyValues() |
ICommonsMap<EXMLParserProperty,Object> |
IBaseXMLReaderSettings.getAllPropertyValues() |
ICommonsMap<EXMLParserProperty,Object> |
DOMReaderSettings.getAllPropertyValues() |
static ICommonsMap<EXMLParserProperty,Object> |
DOMReaderDefaultSettings.getAllPropertyValues() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
StringStreamResult.getAsCharArray() |
IResourceErrorGroup |
CollectingTransformErrorListener.getResourceErrors() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<XPathFunctionKey,XPathFunction> |
MapBasedXPathFunctionResolver.getAllFunctions() |
ICommonsMap<QName,?> |
MapBasedXPathVariableResolverQName.getAllVariables() |
ICommonsMap<String,?> |
MapBasedXPathVariableResolver.getAllVariables() |
MapBasedXPathVariableResolverQName |
MapBasedXPathVariableResolverQName.getClone() |
MapBasedXPathVariableResolver |
MapBasedXPathVariableResolver.getClone() |
MapBasedXPathFunctionResolver |
MapBasedXPathFunctionResolver.getClone() |
Copyright © 2014–2016 Philip Helger. All rights reserved.