Uses of Annotation Type
com.helger.commons.annotation.ReturnsMutableObject
Packages that use ReturnsMutableObject
Package
Description
-
Uses of ReturnsMutableObject in com.helger.commons.codec
Methods in com.helger.commons.codec with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionbyte[]LZWCodec.LZWDecodeDictionary.directGetAllBytes(int nCode) -
Uses of ReturnsMutableObject in com.helger.commons.collection
Methods in com.helger.commons.collection with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionstatic <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 ReturnsMutableObjectModifier and TypeMethodDescriptionAttributeContainer.afterSetValueCallbacks()AttributeContainerConcurrent.afterSetValueCallbacks()IAttributeContainer.afterSetValueCallbacks()AttributeContainer.beforeSetValueCallbacks()AttributeContainerConcurrent.beforeSetValueCallbacks()IAttributeContainer.beforeSetValueCallbacks() -
Uses of ReturnsMutableObject in com.helger.commons.collection.map
Methods in com.helger.commons.collection.map with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.deadlock
Methods in com.helger.commons.deadlock with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.io
Methods in com.helger.commons.io with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.io.file
Methods in com.helger.commons.io.file with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.io.resource.inmemory
Methods in com.helger.commons.io.resource.inmemory with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionprotected final ICommonsList<IReadableResourceProvider> ReadableResourceProviderChain.readingResourceProviders() -
Uses of ReturnsMutableObject in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionbyte[]NonBlockingByteArrayOutputStream.directGetBuffer()char[]NonBlockingCharArrayWriter.directGetBuffer()NonBlockingStringWriter.directGetStringBuilder() -
Uses of ReturnsMutableObject in com.helger.commons.io.streamprovider
Methods in com.helger.commons.io.streamprovider with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionfinal byte[]ByteArrayInputStreamProvider.bytes()final ByteBufferByteBufferInputStreamProvider.getByteBuffer() -
Uses of ReturnsMutableObject in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir with annotations of type ReturnsMutableObject -
Uses of ReturnsMutableObject in com.helger.commons.string
Methods in com.helger.commons.string with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionstatic <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 ReturnsMutableObjectModifier and TypeMethodDescriptionAbstractMapBasedMultilingualText.changeNotifyCallbacks()IMutableMultilingualText.changeNotifyCallbacks()final ICommonsOrderedMap<Locale, String> AbstractReadOnlyMapBasedMultilingualText.texts()IMultilingualText.texts() -
Uses of ReturnsMutableObject in com.helger.commons.url
Methods in com.helger.commons.url with annotations of type ReturnsMutableObjectModifier and TypeMethodDescriptionISimpleURL.params()final URLParameterListSimpleURL.params()final URLParameterListURLData.params()