| Modifier and Type | Method and Description |
|---|---|
byte[] |
LZWCodec.LZWDecodeDictionary.directGetAllBytes(int nCode) |
byte[] |
LZWCodec.LZWDecodeDictionary.directGetAllBytes(int nCode) |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>> |
CollectionHelper.getConcatenatedInline(COLLTYPE aCont,
Collection<? extends ELEMENTTYPE> aElementsToAdd) |
static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>> |
CollectionHelper.getConcatenatedInline(COLLTYPE aCont,
Collection<? extends ELEMENTTYPE> aElementsToAdd) |
static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>> |
CollectionHelper.getConcatenatedInline(COLLTYPE aCont,
ELEMENTTYPE... aElementsToAdd) |
static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>> |
CollectionHelper.getConcatenatedInline(COLLTYPE aCont,
ELEMENTTYPE... aElementsToAdd) |
static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getReverseInlineList(LISTTYPE aList) |
static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getReverseInlineList(LISTTYPE aList) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getSortedInline(LISTTYPE aList) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getSortedInline(LISTTYPE aList) |
static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getSortedInline(LISTTYPE aList,
Comparator<? super ELEMENTTYPE> aComparator) |
static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>> |
CollectionHelper.getSortedInline(LISTTYPE aList,
Comparator<? super ELEMENTTYPE> aComparator) |
static <ELEMENTTYPE> |
ArrayHelper.newArray(ELEMENTTYPE... aArray)
Wrapper that allows vararg arguments and returns the array.
|
static <ELEMENTTYPE> |
ArrayHelper.newArray(ELEMENTTYPE... aArray)
Wrapper that allows vararg arguments and returns the array.
|
static boolean[] |
ArrayHelper.newBooleanArray(boolean... aArray)
Helper method to easily create an array from constant values.
|
static boolean[] |
ArrayHelper.newBooleanArray(boolean... aArray)
Helper method to easily create an array from constant values.
|
static byte[] |
ArrayHelper.newByteArray(byte... aArray)
Helper method to easily create an array from constant values.
|
static byte[] |
ArrayHelper.newByteArray(byte... aArray)
Helper method to easily create an array from constant values.
|
static char[] |
ArrayHelper.newCharArray(char... aArray)
Helper method to easily create an array from constant values.
|
static char[] |
ArrayHelper.newCharArray(char... aArray)
Helper method to easily create an array from constant values.
|
static double[] |
ArrayHelper.newDoubleArray(double... aArray)
Helper method to easily create an array from constant values.
|
static double[] |
ArrayHelper.newDoubleArray(double... aArray)
Helper method to easily create an array from constant values.
|
static float[] |
ArrayHelper.newFloatArray(float... aArray)
Helper method to easily create an array from constant values.
|
static float[] |
ArrayHelper.newFloatArray(float... aArray)
Helper method to easily create an array from constant values.
|
static int[] |
ArrayHelper.newIntArray(int... aArray)
Helper method to easily create an array from constant values.
|
static int[] |
ArrayHelper.newIntArray(int... aArray)
Helper method to easily create an array from constant values.
|
static long[] |
ArrayHelper.newLongArray(long... aArray)
Helper method to easily create an array from constant values.
|
static long[] |
ArrayHelper.newLongArray(long... aArray)
Helper method to easily create an array from constant values.
|
static short[] |
ArrayHelper.newShortArray(short... aArray)
Helper method to easily create an array from constant values.
|
static short[] |
ArrayHelper.newShortArray(short... aArray)
Helper method to easily create an array from constant values.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,V>> |
AbstractSoftMap.entrySet() |
Set<Map.Entry<K,V>> |
AbstractSoftMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IThreadDeadlockCallback> |
ThreadDeadlockDetector.callbacks() |
CallbackList<IThreadDeadlockCallback> |
ThreadDeadlockDetector.callbacks() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteArrayWrapper.bytes() |
byte[] |
IHasByteArray.bytes() |
byte[] |
IHasByteArray.bytes() |
byte[] |
ByteArrayWrapper.bytes() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IFileOperationCallback> |
FileOperationManager.callbacks() |
CallbackList<IFileOperationCallback> |
FileOperationManager.callbacks() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ReadableResourceByteArray.bytes() |
byte[] |
ReadableResourceByteArray.bytes() |
| Modifier and Type | Method and Description |
|---|---|
protected ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.readingResourceProviders() |
protected ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.readingResourceProviders() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NonBlockingByteArrayOutputStream.directGetBuffer() |
char[] |
NonBlockingCharArrayWriter.directGetBuffer() |
char[] |
NonBlockingCharArrayWriter.directGetBuffer() |
byte[] |
NonBlockingByteArrayOutputStream.directGetBuffer() |
StringBuilder |
NonBlockingStringWriter.directGetStringBuilder() |
StringBuilder |
NonBlockingStringWriter.directGetStringBuilder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteArrayInputStreamProvider.bytes() |
byte[] |
ByteArrayInputStreamProvider.bytes() |
ByteBuffer |
ByteBufferInputStreamProvider.getByteBuffer() |
ByteBuffer |
ByteBufferInputStreamProvider.getByteBuffer() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IWatchDirCallback> |
WatchDir.callbacks() |
CallbackList<IWatchDirCallback> |
WatchDir.callbacks() |
| Modifier and Type | Method and Description |
|---|---|
static <COLLTYPE extends Collection<String>> |
StringHelper.getExploded(char cSep,
String sElements,
int nMaxItems,
COLLTYPE aCollection)
Take a concatenated String and return the passed Collection of all elements
in the passed string, using specified separator string.
|
static <COLLTYPE extends Collection<String>> |
StringHelper.getExploded(char cSep,
String sElements,
int nMaxItems,
COLLTYPE aCollection)
Take a concatenated String and return the passed Collection of all elements
in the passed string, using specified separator string.
|
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IChangeCallback<IMutableMultilingualText>> |
AbstractMapBasedMultilingualText.changeNotifyCallbacks() |
CallbackList<IChangeCallback<IMutableMultilingualText>> |
IMutableMultilingualText.changeNotifyCallbacks() |
CallbackList<IChangeCallback<IMutableMultilingualText>> |
IMutableMultilingualText.changeNotifyCallbacks() |
CallbackList<IChangeCallback<IMutableMultilingualText>> |
AbstractMapBasedMultilingualText.changeNotifyCallbacks() |
ICommonsOrderedMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.texts() |
ICommonsOrderedMap<Locale,String> |
IMultilingualText.texts() |
ICommonsOrderedMap<Locale,String> |
IMultilingualText.texts() |
ICommonsOrderedMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.texts() |
| Modifier and Type | Method and Description |
|---|---|
URLParameterList |
ISimpleURL.params() |
URLParameterList |
SimpleURL.params() |
URLParameterList |
URLData.params() |
URLParameterList |
URLData.params() |
URLParameterList |
SimpleURL.params() |
URLParameterList |
ISimpleURL.params() |
Copyright © 2014–2022 Philip Helger. All rights reserved.