| Modifier and Type | Method and Description |
|---|---|
ICommonsList<AbstractChangeLogEntry> |
ChangeLog.entries() |
| Modifier and Type | Method and Description |
|---|---|
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,
ELEMENTTYPE... aElementsToAdd) |
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,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 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 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 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>> |
IAttributeContainer.afterSetValueCallbacks() |
CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>> |
AttributeContainerConcurrent.afterSetValueCallbacks() |
CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>> |
AttributeContainer.afterSetValueCallbacks() |
CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>> |
IAttributeContainer.beforeSetValueCallbacks() |
CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>> |
AttributeContainerConcurrent.beforeSetValueCallbacks() |
CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>> |
AttributeContainer.beforeSetValueCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,V>> |
AbstractSoftMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IThreadDeadlockCallback> |
ThreadDeadlockDetector.callbacks() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IFileOperationCallback> |
FileOperationManager.callbacks() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
NonBlockingCharArrayWriter.directGetBuffer() |
byte[] |
NonBlockingByteArrayOutputStream.directGetBuffer() |
StringBuilder |
NonBlockingStringWriter.directGetStringBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
ByteBufferInputStreamProvider.getByteBuffer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IChangeCallback<IMutableMultilingualText>> |
IMutableMultilingualText.changeNotifyCallbacks() |
CallbackList<IChangeCallback<IMutableMultilingualText>> |
AbstractMapBasedMultilingualText.changeNotifyCallbacks() |
protected Set<Locale> |
AbstractReadOnlyMapBasedMultilingualText.internalGetAllLocales() |
protected ICommonsMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.internalGetMap() |
| Modifier and Type | Method and Description |
|---|---|
URLParameterList |
URLData.params() |
URLParameterList |
SimpleURL.params() |
URLParameterList |
ISimpleURL.params() |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderMap |
WSClientConfig.httpHeaders() |
Copyright © 2014–2017 Philip Helger. All rights reserved.