Uses of Interface
com.helger.commons.collection.impl.ICommonsList
Packages that use ICommonsList
Package
Description
-
Uses of ICommonsList in com.helger.commons.callback
Methods in com.helger.commons.callback that return ICommonsList -
Uses of ICommonsList in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception that return ICommonsList -
Uses of ICommonsList in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICommonsListModifier and TypeClassDescriptionclassNonBlockingStack<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 ICommonsListModifier and TypeClassDescriptionclassCommonsArrayList<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 ICommonsListModifier and TypeMethodDescriptiondefault 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 ICommonsListModifier and TypeMethodDescriptionfinal ICommonsList<DATATYPE> AbstractConcurrentCollector.drainQueue() -
Uses of ICommonsList in com.helger.commons.csv
Methods in com.helger.commons.csv that return ICommonsListModifier and TypeMethodDescriptionCSVIterator.next()Returns the next element in the iterator.Parses an incoming String and returns an array of elements.CSVParser.parseLineMulti(String sNextLine) Parses an incoming String and returns an array of elements.CSVReader.readAll()Reads the entire file into a list with each element being a list ofStringof tokens.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 ICommonsListModifier and TypeMethodDescriptionCSVReader.iterator()Creates an Iterator for processing the csv data.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 ICommonsListModifier and TypeMethodDescriptionvoidCSVReader.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 ICommonsListModifier and TypeMethodDescriptionstatic ICommonsList<PDTZoneID> PDTZoneID.getAllDefaultZoneIDs() -
Uses of ICommonsList in com.helger.commons.error
Methods in com.helger.commons.error that return ICommonsList -
Uses of ICommonsList in com.helger.commons.error.list
Subinterfaces of ICommonsList in com.helger.commons.error.listClasses in com.helger.commons.error.list that implement ICommonsListMethods in com.helger.commons.error.list that return ICommonsListModifier and TypeMethodDescriptiondefault <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 ICommonsListModifier and TypeMethodDescriptiondefault <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 ICommonsListModifier and TypeMethodDescriptionICommonsList<? 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 ICommonsListModifier and TypeMethodDescriptionHttpHeaderMap.getAllHeaderLines(boolean bUnifyValue) Get all header lines as a list of strings.HttpHeaderMap.getAllHeaderLines(boolean bUnifyValue, boolean bQuoteIfNecessary) Get all header lines as a list of strings.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 -
Uses of ICommonsList in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ICommonsListModifier and TypeMethodDescriptionstatic 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 ICommonsListModifier and TypeFieldDescriptionprotected final ICommonsList<IWritableResourceProvider> WritableResourceProviderChain.m_aWritableResourceProvidersMethods in com.helger.commons.io.resourceprovider that return ICommonsListModifier and TypeMethodDescriptionReadableResourceProviderChain.getAllContainedReadingResourceProviders()WritableResourceProviderChain.getAllContainedWritingResourceProviders()protected final ICommonsList<IReadableResourceProvider> ReadableResourceProviderChain.readingResourceProviders() -
Uses of ICommonsList in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return ICommonsListModifier and TypeMethodDescriptionstatic 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 ICommonsListModifier and TypeMethodDescriptionstatic <ENUMTYPE extends Enum<ENUMTYPE>>
ICommonsList<ENUMTYPE> 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 ICommonsListModifier and TypeMethodDescriptionLocaleCache.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 -
Uses of ICommonsList in com.helger.commons.math
Methods in com.helger.commons.math that return ICommonsListModifier and TypeMethodDescriptionstatic <DATATYPE> ICommonsList<ICommonsList<DATATYPE>> CombinationGenerator.getAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount) Get a list of all permutations of the input elements.CombinationGenerator.next()Generate next combination (algorithm from Rosen p. 286)Methods in com.helger.commons.math that return types with arguments of type ICommonsListModifier and TypeMethodDescriptionstatic <DATATYPE> ICommonsList<ICommonsList<DATATYPE>> CombinationGenerator.getAllPermutations(ICommonsList<DATATYPE> aInput, int nSlotCount) Get a list of all permutations of the input elements.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 ICommonsListModifier and TypeMethodDescriptionstatic <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.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 ICommonsListModifier and TypeMethodDescriptionstatic <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 ICommonsListModifierConstructorDescriptionCombinationGenerator(ICommonsList<DATATYPE> aElements, int nSlotCount) Ctor -
Uses of ICommonsList in com.helger.commons.mime
Methods in com.helger.commons.mime that return ICommonsList -
Uses of ICommonsList in com.helger.commons.mock
Methods in com.helger.commons.mock that return ICommonsList -
Uses of ICommonsList in com.helger.commons.regex
Methods in com.helger.commons.regex that return ICommonsListModifier and TypeMethodDescriptionstatic 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 ICommonsListModifier and TypeMethodDescriptionstatic 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 ICommonsListModifier and TypeMethodDescriptiondefault 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 ICommonsListModifier and TypeMethodDescriptiondefault 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 ICommonsListModifier and TypeClassDescriptionclassA list of URL parameters with a sanity API.Methods in com.helger.commons.url that return ICommonsListMethods in com.helger.commons.url that return types with arguments of type ICommonsList -
Uses of ICommonsList in com.helger.commons.vendor
Methods in com.helger.commons.vendor that return ICommonsList