| Modifier and Type | Method and Description |
|---|---|
byte[] |
LZWCodec.LZWDecodeDictionary.getAllBytes(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 |
|---|---|
IMutableAttributeContainerAny<KEYTYPE> |
IHasMutableAttributesAny.getMutableAttributes() |
IMutableAttributeContainer<KEYTYPE,VALUETYPE> |
IHasMutableAttributes.getMutableAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,V>> |
AbstractSoftMap.entrySet() |
protected Set<ELEMENTTYPE> |
WrappedSet.getSource() |
protected List<ELEMENTTYPE> |
WrappedList.getSource() |
protected Collection<ELEMENTTYPE> |
WrappedCollection.getSource() |
List<ELEMENTTYPE> |
WrappedList.subList(int nFromIndex,
int nToIndex) |
| Modifier and Type | Method and Description |
|---|---|
COLLTYPE |
IMultiMap.getOrCreate(KEYTYPE aKey)
Get or create the collection of the specified key.
|
COLLTYPE |
AbstractMultiHashMap.getOrCreate(KEYTYPE aKey) |
COLLTYPE |
AbstractMultiConcurrentHashMap.getOrCreate(KEYTYPE aKey) |
MAPTYPE |
IMultiMapMapBased.getOrCreate(KEYTYPE1 aKey)
Get or create the collection of the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
NonBlockingCharArrayWriter.directGetBuffer() |
byte[] |
NonBlockingByteArrayOutputStream.directGetBuffer() |
StringBuilder |
NonBlockingStringWriter.directGetStringBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringHelper.explode(char cSep,
String sElements,
int nMaxItems,
Consumer<String> aConsumer)
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>> |
IMutableMultilingualText.getChangeNotifyCallbacks() |
CallbackList<IChangeCallback<IMutableMultilingualText>> |
AbstractMapBasedMultilingualText.getChangeNotifyCallbacks() |
protected Set<Locale> |
AbstractReadOnlyMapBasedMultilingualText.internalGetAllLocales() |
protected ICommonsMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.internalGetMap() |
| Modifier and Type | Method and Description |
|---|---|
URLParameterList |
URLData.directGetAllParams() |
URLParameterList |
SimpleURL.directGetAllParams() |
URLParameterList |
IURLData.directGetAllParams() |
Copyright © 2014–2017 Philip Helger. All rights reserved.