Uses of Interface
com.helger.commons.collection.impl.ICommonsList
-
-
Uses of ICommonsList in com.helger.commons.callback
Methods in com.helger.commons.callback that return ICommonsList Modifier and Type Method Description ICommonsList<CALLBACKTYPE>CallbackList. getAllCallbacks()ICommonsList<CALLBACKTYPE>ICallbackList. getAllCallbacks() -
Uses of ICommonsList in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception that return ICommonsList Modifier and Type Method Description ICommonsList<EXTYPE>CollectingExceptionListCallback. getAllExceptions() -
Uses of ICommonsList in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICommonsList Modifier and Type Class Description classNonBlockingStack<ELEMENTTYPE>A version of a stack that does not useVectorbut anCommonsArrayListas the underlying data structure as opposed toStack. -
Uses of ICommonsList in com.helger.commons.collection.impl
Classes in com.helger.commons.collection.impl that implement ICommonsList Modifier and Type Class Description classCommonsArrayList<ELEMENTTYPE>A specialArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArrayList<ELEMENTTYPE>A specialCommonsCopyOnWriteArrayListimplementation based onICommonsList.classCommonsLinkedList<ELEMENTTYPE>A specialLinkedListimplementation based onICommonsList.classCommonsVector<ELEMENTTYPE>A specialVectorimplementation based onICommonsList.Methods in com.helger.commons.collection.impl that return ICommonsList Modifier and Type Method Description default ICommonsList<VALUETYPE>ICommonsMap. copyOfValues()default ICommonsList<VALUETYPE>ICommonsMap. copyOfValues(Predicate<? super VALUETYPE> aFilter)Create a copy of all values matching the passed filter.default <DSTTYPE> ICommonsList<DSTTYPE>ICommonsMap. copyOfValuesMapped(Function<? super VALUETYPE,? extends DSTTYPE> aMapper)Create a copy of all values after applying the passed mapping function.default <DSTTYPE> ICommonsList<DSTTYPE>ICommonsMap. copyOfValuesMapped(Predicate<? super VALUETYPE> aFilter, Function<? super VALUETYPE,? extends DSTTYPE> aMapper)Create a copy of all values matching the passed filter which are then converted using the provided function.default <T> ICommonsList<T>ICommonsList. createInstance()Create a new empty list.default ICommonsList<ELEMENTTYPE>ICommonsList. getAll(Predicate<? super ELEMENTTYPE> aFilter)Get all elements matching the provided filter.default <DSTTYPE extends ELEMENTTYPE>
ICommonsList<DSTTYPE>ICommonsList. getAllInstanceOf(Class<DSTTYPE> aDstClass)Get all instances of the provided class that are contained in this list.default <DSTTYPE> ICommonsList<DSTTYPE>ICommonsList. getAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper)Create a new list where all existing elements are mapped with the provided function.default <DSTTYPE> ICommonsList<DSTTYPE>ICommonsList. getAllMapped(Predicate<? super ELEMENTTYPE> aFilter, Function<? super ELEMENTTYPE,DSTTYPE> aMapper)Create a new list where all elements matching the filter are mapped with the provided function.default ICommonsList<ELEMENTTYPE>ICommonsCollection. getCopyAsList()default ICommonsList<ELEMENTTYPE>ICommonsCollection. getSorted(Comparator<? super ELEMENTTYPE> aComparator)Return a sorted version of this collection.default ICommonsList<ELEMENTTYPE>ICommonsList. getSortedInline(Comparator<? super ELEMENTTYPE> aComparator)Sort this line without creating a copy.default ICommonsList<ELEMENTTYPE>ICommonsList. reverse()Reverse the order of this list.default ICommonsList<ELEMENTTYPE>ICommonsList. swapItems(int nFirstIndex, int nSecondIndex)Swap list items. -
Uses of ICommonsList in com.helger.commons.concurrent.collector
Methods in com.helger.commons.concurrent.collector that return ICommonsList Modifier and Type Method Description ICommonsList<DATATYPE>AbstractConcurrentCollector. drainQueue() -
Uses of ICommonsList in com.helger.commons.csv
Methods in com.helger.commons.csv that return ICommonsList Modifier and Type Method Description ICommonsList<String>CSVIterator. next()Returns the next element in the iterator.ICommonsList<String>CSVParser. parseLine(String sNextLine)Parses an incoming String and returns an array of elements.ICommonsList<String>CSVParser. parseLineMulti(String sNextLine)Parses an incoming String and returns an array of elements.ICommonsList<ICommonsList<String>>CSVReader. readAll()Reads the entire file into a list with each element being a list ofStringof tokens.ICommonsList<String>CSVReader. readNext()Reads the next line from the buffer and converts to a string array.Methods in com.helger.commons.csv that return types with arguments of type ICommonsList Modifier and Type Method Description Iterator<ICommonsList<String>>CSVReader. iterator()Creates an Iterator for processing the csv data.ICommonsList<ICommonsList<String>>CSVReader. readAll()Reads the entire file into a list with each element being a list ofStringof tokens.Method parameters in com.helger.commons.csv with type arguments of type ICommonsList Modifier and Type Method Description voidCSVReader. readAll(Consumer<? super ICommonsList<String>> aLineConsumer)Reads the entire file line by line and invoke a callback for each line. -
Uses of ICommonsList in com.helger.commons.datetime
Methods in com.helger.commons.datetime that return ICommonsList Modifier and Type Method Description static ICommonsList<PDTZoneID>PDTZoneID. getAllDefaultZoneIDs() -
Uses of ICommonsList in com.helger.commons.error
Methods in com.helger.commons.error that return ICommonsList Modifier and Type Method Description ICommonsList<ErrorTextProvider.IFormattableItem>ErrorTextProvider. getAllItems() -
Uses of ICommonsList in com.helger.commons.error.list
Subinterfaces of ICommonsList in com.helger.commons.error.list Modifier and Type Interface Description interfaceIErrorListInterface for a list ofIErrorobjects.Classes in com.helger.commons.error.list that implement ICommonsList Modifier and Type Class Description classErrorListDefault implementation ofIErrorList.Methods in com.helger.commons.error.list that return ICommonsList Modifier and Type Method Description default <T> ICommonsList<T>IErrorList. getAllDataItems(Function<? super IError,? extends T> aExtractor)Get a list with only a single data element.default ICommonsList<String>IErrorList. getAllTexts(Locale aContentLocale)Get a list with all contained texts.Methods in com.helger.commons.error.list that return types with arguments of type ICommonsList Modifier and Type Method Description default <T> ICommonsOrderedMap<T,ICommonsList<IError>>IErrorList. getGrouped(Function<? super IError,T> aKeyExtractor)default ICommonsMap<String,ICommonsList<IError>>IErrorList. getGroupedByFieldName()default ICommonsMap<String,ICommonsList<IError>>IErrorList. getGroupedByID() -
Uses of ICommonsList in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return ICommonsList Modifier and Type Method Description ICommonsList<? extends CHILDTYPE>ChildrenProviderHasChildrenSorted. getAllChildren(CHILDTYPE aCurrent)ICommonsList<? extends CHILDTYPE>ChildrenProviderHasChildrenSorting. getAllChildren(CHILDTYPE aCurrent)ICommonsList<? extends CHILDTYPE>ChildrenProviderSorting. getAllChildren(CHILDTYPE aCurrent)ICommonsList<? extends CHILDTYPE>IChildrenProviderSorted. getAllChildren(CHILDTYPE aCurrent)Get the children of the passed object.ICommonsList<? extends CHILDTYPE>IHasChildrenSorted. getAllChildren() -
Uses of ICommonsList in com.helger.commons.http
Methods in com.helger.commons.http that return ICommonsList Modifier and Type Method Description ICommonsList<String>HttpHeaderMap. getAllHeaderLines(boolean bUnifyValue)Get all header lines as a list of strings.ICommonsList<String>HttpHeaderMap. getAllHeaderLines(boolean bUnifyValue, boolean bQuoteIfNecessary)Get all header lines as a list of strings.ICommonsList<String>HttpHeaderMap. getAllHeaderValues(String sName)Get all header values of a certain header name.Methods in com.helger.commons.http that return types with arguments of type ICommonsList Modifier and Type Method Description ICommonsOrderedMap<String,ICommonsList<String>>HttpHeaderMap. getAllHeaders()Iterator<Map.Entry<String,ICommonsList<String>>>HttpHeaderMap. iterator() -
Uses of ICommonsList in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ICommonsList Modifier and Type Method Description static ICommonsList<String>SimpleFileIO. getAllFileLines(File aFile, Charset aCharset)Get the content of the passed file as a list of lines, whereas each line does not contain a separator.static ICommonsList<File>FileHelper. getDirectoryContent(File aDirectory)This is a replacement forFile.listFiles()doing some additional checks on permissions.static ICommonsList<File>FileHelper. getDirectoryContent(File aDirectory, FileFilter aFileFilter)This is a replacement forFile.listFiles(FileFilter)doing some additional checks on permissions.static ICommonsList<File>FileHelper. getDirectoryContent(File aDirectory, FilenameFilter aFilenameFilter)This is a replacement forFile.listFiles(FilenameFilter)doing some additional checks on permissions.static ICommonsList<Path>PathHelper. getDirectoryContent(Path aDirectory)This is a replacement forPath.listFiles()doing some additional checks on permissions.static ICommonsList<Path>PathHelper. getDirectoryContent(Path aDirectory, Predicate<? super Path> aPathFilter)This is a replacement forPath.listFiles(FilenameFilter)doing some additional checks on permissions. -
Uses of ICommonsList in com.helger.commons.io.resourceprovider
Fields in com.helger.commons.io.resourceprovider declared as ICommonsList Modifier and Type Field Description protected ICommonsList<IWritableResourceProvider>WritableResourceProviderChain. m_aWritableResourceProvidersMethods in com.helger.commons.io.resourceprovider that return ICommonsList Modifier and Type Method Description ICommonsList<IReadableResourceProvider>ReadableResourceProviderChain. getAllContainedReadingResourceProviders()ICommonsList<IWritableResourceProvider>WritableResourceProviderChain. getAllContainedWritingResourceProviders()protected ICommonsList<IReadableResourceProvider>ReadableResourceProviderChain. readingResourceProviders() -
Uses of ICommonsList in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return ICommonsList Modifier and Type Method Description static ICommonsList<String>StreamHelper. readStreamLines(IHasInputStream aISP, Charset aCharset)Get the content of the passed Spring resource as one big string in the passed character set.static ICommonsList<String>StreamHelper. readStreamLines(IHasInputStream aISP, Charset aCharset, int nLinesToSkip, int nLinesToRead)Get the content of the passed Spring resource as one big string in the passed character set.static ICommonsList<String>StreamHelper. readStreamLines(InputStream aIS, Charset aCharset)Get the content of the passed stream as a list of lines in the passed character set.static ICommonsList<String>StreamHelper. readStreamLines(InputStream aIS, Charset aCharset, int nLinesToSkip, int nLinesToRead)Get the content of the passed stream as a list of lines in the passed character set. -
Uses of ICommonsList in com.helger.commons.lang
Methods in com.helger.commons.lang that return ICommonsList Modifier and Type Method Description static <ENUMTYPE extends Enum<ENUMTYPE>>
ICommonsList<ENUMTYPE>EnumHelper. getAll(Class<ENUMTYPE> aClass, Predicate<? super ENUMTYPE> aFilter)static ICommonsList<String>ClassPathHelper. getAllClassPathEntries()static <T> ICommonsList<T>ServiceLoaderHelper. getAllSPIImplementations(Class<T> aSPIClass)Uses theServiceLoaderto load all SPI implementations of the passed classstatic <T> ICommonsList<T>ServiceLoaderHelper. getAllSPIImplementations(Class<T> aSPIClass, ClassLoader aClassLoader)Uses theServiceLoaderto load all SPI implementations of the passed classstatic <T> ICommonsList<T>ServiceLoaderHelper. getAllSPIImplementations(Class<T> aSPIClass, ClassLoader aClassLoader, org.slf4j.Logger aLogger)Uses theServiceLoaderto load all SPI implementations of the passed classstatic <T> ICommonsList<T>ServiceLoaderHelper. getAllSPIImplementations(Class<T> aSPIClass, org.slf4j.Logger aLogger)Uses theServiceLoaderto load all SPI implementations of the passed classstatic ICommonsList<Class<?>>ClassHierarchyCache. getClassHierarchyList(Class<?> aClass)Get the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes.static <DATATYPE extends ICloneable<DATATYPE>>
ICommonsList<DATATYPE>CloneHelper. getClonedList(Iterable<DATATYPE> aList)Get a list where each contained item is also cloned.static <DATATYPE> ICommonsList<DATATYPE>CloneHelper. getGenericClonedList(Iterable<DATATYPE> aList)Get a list where each contained item is also cloned. -
Uses of ICommonsList in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsList Modifier and Type Method Description ICommonsList<Locale>LocaleCache. getAllLocales()Get all contained locales except the locales "all" and "independent" -
Uses of ICommonsList in com.helger.commons.log
Methods in com.helger.commons.log that return ICommonsList Modifier and Type Method Description ICommonsList<LogMessage>InMemoryLogger. getAllMessages() -
Uses of ICommonsList in com.helger.commons.math
Methods in com.helger.commons.math that return ICommonsList Modifier and Type Method Description static <DATATYPE> ICommonsList<ICommonsList<DATATYPE>>CombinationGenerator. getAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount)Get a list of all permutations of the input elements.ICommonsList<DATATYPE>CombinationGenerator. next()Generate next combination (algorithm from Rosen p. 286)Methods in com.helger.commons.math that return types with arguments of type ICommonsList Modifier and Type Method Description static <DATATYPE> ICommonsList<ICommonsList<DATATYPE>>CombinationGenerator. getAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount)Get a list of all permutations of the input elements.ICommonsSet<ICommonsList<DATATYPE>>CombinationGeneratorFlexible. getCombinations(ICommonsList<DATATYPE> aElements)Generate all combinations without duplicates.static <DATATYPE> ICommonsSet<ICommonsList<DATATYPE>>CombinationGeneratorFlexible. getCombinations(ICommonsList<DATATYPE> aElements, boolean bAllowEmpty)Methods in com.helger.commons.math with parameters of type ICommonsList Modifier and Type Method Description static <DATATYPE> voidCombinationGenerator. addAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount, Collection<ICommonsList<DATATYPE>> aResultList)Fill a list with all permutations of the input elements.static <DATATYPE> ICommonsList<ICommonsList<DATATYPE>>CombinationGenerator. getAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount)Get a list of all permutations of the input elements.ICommonsSet<ICommonsList<DATATYPE>>CombinationGeneratorFlexible. getCombinations(ICommonsList<DATATYPE> aElements)Generate all combinations without duplicates.static <DATATYPE> ICommonsSet<ICommonsList<DATATYPE>>CombinationGeneratorFlexible. getCombinations(ICommonsList<DATATYPE> aElements, boolean bAllowEmpty)static <DATATYPE> voidCombinationGeneratorFlexible. iterateAllCombinations(ICommonsList<DATATYPE> aElements, boolean bAllowEmpty, Consumer<? super ICommonsList<DATATYPE>> aCallback)voidCombinationGeneratorFlexible. iterateAllCombinations(ICommonsList<DATATYPE> aElements, Consumer<? super ICommonsList<DATATYPE>> aCallback)Iterate all combination, no matter they are unique or not.Method parameters in com.helger.commons.math with type arguments of type ICommonsList Modifier and Type Method Description static <DATATYPE> voidCombinationGenerator. addAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount, Collection<ICommonsList<DATATYPE>> aResultList)Fill a list with all permutations of the input elements.static <DATATYPE> voidCombinationGeneratorFlexible. iterateAllCombinations(ICommonsList<DATATYPE> aElements, boolean bAllowEmpty, Consumer<? super ICommonsList<DATATYPE>> aCallback)voidCombinationGeneratorFlexible. iterateAllCombinations(ICommonsList<DATATYPE> aElements, Consumer<? super ICommonsList<DATATYPE>> aCallback)Iterate all combination, no matter they are unique or not.Constructors in com.helger.commons.math with parameters of type ICommonsList Constructor Description CombinationGenerator(ICommonsList<DATATYPE> aElements, int nSlotCount)Ctor -
Uses of ICommonsList in com.helger.commons.mime
Methods in com.helger.commons.mime that return ICommonsList Modifier and Type Method Description ICommonsList<MimeTypeParameter>IMimeType. getAllParameters()ICommonsList<MimeTypeParameter>MimeType. getAllParameters() -
Uses of ICommonsList in com.helger.commons.mock
Methods in com.helger.commons.mock that return ICommonsList Modifier and Type Method Description <T> ICommonsList<T>CommonsMock. mockMany(int nCount, Class<T> aClass, Object... aParams)Create aListof mocked objects. -
Uses of ICommonsList in com.helger.commons.regex
Methods in com.helger.commons.regex that return ICommonsList Modifier and Type Method Description static ICommonsList<String>RegExHelper. getSplitToList(CharSequence sText, String sRegEx)Split the passed text with the given regular expression.static ICommonsList<String>RegExHelper. getSplitToList(CharSequence sText, String sRegEx, int nLimit)Split the passed text with the given regular expression. -
Uses of ICommonsList in com.helger.commons.string
Methods in com.helger.commons.string that return ICommonsList Modifier and Type Method Description static ICommonsList<String>StringHelper. getExploded(char cSep, String sElements)Take a concatenated String and return aICommonsListof all elements in the passed string, using specified separator string.static ICommonsList<String>StringHelper. getExploded(char cSep, String sElements, int nMaxItems)Take a concatenated String and return aICommonsListof all elements in the passed string, using specified separator string.static ICommonsList<String>StringHelper. getExploded(String sSep, String sElements)Take a concatenated String and return aICommonsListof all elements in the passed string, using specified separator string.static ICommonsList<String>StringHelper. getExploded(String sSep, String sElements, int nMaxItems)Take a concatenated String and return aICommonsListof all elements in the passed string, using specified separator string. -
Uses of ICommonsList in com.helger.commons.traits
Methods in com.helger.commons.traits that return ICommonsList Modifier and Type Method Description default ICommonsList<String>IGetterByIndexTrait. getAsStringList(int nIndex)Get a list of all attribute values with the same name.default ICommonsList<String>IGetterByIndexTrait. getAsStringList(int nIndex, ICommonsList<String> aDefault)Get a list of all attribute values with the same name.default ICommonsList<String>IGetterByKeyTrait. getAsStringList(KEYTYPE aKey)Get a list of all attribute values with the same name.default ICommonsList<String>IGetterByKeyTrait. getAsStringList(KEYTYPE aKey, ICommonsList<String> aDefault)Get a list of all attribute values with the same name.Methods in com.helger.commons.traits with parameters of type ICommonsList Modifier and Type Method Description default ICommonsList<String>IGetterByIndexTrait. getAsStringList(int nIndex, ICommonsList<String> aDefault)Get a list of all attribute values with the same name.default ICommonsList<String>IGetterByKeyTrait. getAsStringList(KEYTYPE aKey, ICommonsList<String> aDefault)Get a list of all attribute values with the same name. -
Uses of ICommonsList in com.helger.commons.url
Classes in com.helger.commons.url that implement ICommonsList Modifier and Type Class Description classURLParameterListA list of URL parameters with a sanity API.Methods in com.helger.commons.url that return ICommonsList Modifier and Type Method Description ICommonsList<String>URLParameterList. getAllParamValues(String sName)Methods in com.helger.commons.url that return types with arguments of type ICommonsList Modifier and Type Method Description ICommonsOrderedMap<String,ICommonsList<String>>URLParameterList. getAsMultiMap() -
Uses of ICommonsList in com.helger.commons.vendor
Methods in com.helger.commons.vendor that return ICommonsList Modifier and Type Method Description static ICommonsList<String>VendorInfo. getFileHeaderLines()
-