Uses of Class
com.helger.commons.annotation.ReturnsMutableObject
-
-
Uses of ReturnsMutableObject in com.helger.commons.codec
Methods in com.helger.commons.codec with annotations of type ReturnsMutableObject Modifier and Type Method Description byte[]LZWCodec.LZWDecodeDictionary. directGetAllBytes(int nCode) -
Uses of ReturnsMutableObject in com.helger.commons.collection
Methods in com.helger.commons.collection with annotations of type ReturnsMutableObject Modifier and Type Method Description static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>>
COLLTYPECollectionHelper. getConcatenatedInline(COLLTYPE aCont, ELEMENTTYPE... aElementsToAdd)static <ELEMENTTYPE,COLLTYPE extends Collection<? super ELEMENTTYPE>>
COLLTYPECollectionHelper. getConcatenatedInline(COLLTYPE aCont, Collection<? extends ELEMENTTYPE> aElementsToAdd)static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>>
LISTTYPECollectionHelper. getReverseInlineList(LISTTYPE aList)static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>,LISTTYPE extends List<ELEMENTTYPE>>
LISTTYPECollectionHelper. getSortedInline(LISTTYPE aList)static <ELEMENTTYPE,LISTTYPE extends List<ELEMENTTYPE>>
LISTTYPECollectionHelper. getSortedInline(LISTTYPE aList, Comparator<? super ELEMENTTYPE> aComparator)static <ELEMENTTYPE>
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. -
Uses of ReturnsMutableObject in com.helger.commons.collection.attr
Methods in com.helger.commons.collection.attr with annotations of type ReturnsMutableObject Modifier and Type Method Description CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>>AttributeContainer. afterSetValueCallbacks()CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>>AttributeContainerConcurrent. afterSetValueCallbacks()CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>>IAttributeContainer. afterSetValueCallbacks()CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>>AttributeContainer. beforeSetValueCallbacks()CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>>AttributeContainerConcurrent. beforeSetValueCallbacks()CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>>IAttributeContainer. beforeSetValueCallbacks() -
Uses of ReturnsMutableObject in com.helger.commons.collection.map
Methods in com.helger.commons.collection.map with annotations of type ReturnsMutableObject Modifier and Type Method Description Set<Map.Entry<K,V>>AbstractSoftMap. entrySet() -
Uses of ReturnsMutableObject in com.helger.commons.deadlock
Methods in com.helger.commons.deadlock with annotations of type ReturnsMutableObject Modifier and Type Method Description CallbackList<IThreadDeadlockCallback>ThreadDeadlockDetector. callbacks() -
Uses of ReturnsMutableObject in com.helger.commons.io
Methods in com.helger.commons.io with annotations of type ReturnsMutableObject Modifier and Type Method Description byte[]ByteArrayWrapper. bytes()byte[]IHasByteArray. bytes() -
Uses of ReturnsMutableObject in com.helger.commons.io.file
Methods in com.helger.commons.io.file with annotations of type ReturnsMutableObject Modifier and Type Method Description CallbackList<IFileOperationCallback>FileOperationManager. callbacks() -
Uses of ReturnsMutableObject in com.helger.commons.io.resource.inmemory
Methods in com.helger.commons.io.resource.inmemory with annotations of type ReturnsMutableObject Modifier and Type Method Description byte[]ReadableResourceByteArray. bytes() -
Uses of ReturnsMutableObject in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with annotations of type ReturnsMutableObject Modifier and Type Method Description protected ICommonsList<IReadableResourceProvider>ReadableResourceProviderChain. readingResourceProviders() -
Uses of ReturnsMutableObject in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with annotations of type ReturnsMutableObject Modifier and Type Method Description byte[]NonBlockingByteArrayOutputStream. directGetBuffer()char[]NonBlockingCharArrayWriter. directGetBuffer()StringBuilderNonBlockingStringWriter. directGetStringBuilder() -
Uses of ReturnsMutableObject in com.helger.commons.io.streamprovider
Methods in com.helger.commons.io.streamprovider with annotations of type ReturnsMutableObject Modifier and Type Method Description byte[]ByteArrayInputStreamProvider. bytes()ByteBufferByteBufferInputStreamProvider. getByteBuffer() -
Uses of ReturnsMutableObject in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir with annotations of type ReturnsMutableObject Modifier and Type Method Description CallbackList<IWatchDirCallback>WatchDir. callbacks() -
Uses of ReturnsMutableObject in com.helger.commons.string
Methods in com.helger.commons.string with annotations of type ReturnsMutableObject Modifier and Type Method Description static <COLLTYPE extends Collection<String>>
COLLTYPEStringHelper. 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. -
Uses of ReturnsMutableObject in com.helger.commons.text
Methods in com.helger.commons.text with annotations of type ReturnsMutableObject Modifier and Type Method Description CallbackList<IChangeCallback<IMutableMultilingualText>>AbstractMapBasedMultilingualText. changeNotifyCallbacks()CallbackList<IChangeCallback<IMutableMultilingualText>>IMutableMultilingualText. changeNotifyCallbacks()ICommonsOrderedMap<Locale,String>AbstractReadOnlyMapBasedMultilingualText. texts()ICommonsOrderedMap<Locale,String>IMultilingualText. texts() -
Uses of ReturnsMutableObject in com.helger.commons.url
Methods in com.helger.commons.url with annotations of type ReturnsMutableObject Modifier and Type Method Description URLParameterListISimpleURL. params()URLParameterListSimpleURL. params()URLParameterListURLData. params()
-