| Modifier and Type | Method and Description |
|---|---|
ICommonsList<CALLBACKTYPE> |
ICallbackList.getAllCallbacks() |
ICommonsList<CALLBACKTYPE> |
CallbackList.getAllCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<EXTYPE> |
CollectingExceptionListCallback.getAllExceptions() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<AbstractChangeLogEntry> |
ChangeLog.getAllBaseEntries() |
ICommonsList<ChangeLogEntry> |
ChangeLog.getAllEntries() |
ICommonsList<ChangeLogEntry> |
ChangeLog.getAllEntriesOfCategory(EChangeLogCategory eCategory)
Get all change log entries, that match the specified category.
|
ICommonsList<String> |
ChangeLogEntry.getAllIssues() |
ICommonsList<ChangeLogRelease> |
ChangeLog.getAllReleases() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsArrayList<ELEMENTTYPE> |
class |
CommonsCopyOnWriteArrayList<ELEMENTTYPE> |
class |
CommonsLinkedList<ELEMENTTYPE> |
class |
CommonsVector<ELEMENTTYPE> |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsList<VALUETYPE> |
ICommonsMap.copyOfValues() |
default ICommonsList<VALUETYPE> |
ICommonsMap.copyOfValues(Predicate<? super VALUETYPE> aFilter) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsMap.copyOfValuesMapped(Function<? super VALUETYPE,? extends DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsMap.copyOfValuesMapped(Predicate<? super VALUETYPE> aFilter,
Function<? super VALUETYPE,? extends DSTTYPE> aMapper) |
default <T> ICommonsList<T> |
ICommonsList.createInstance()
Create a new empty list.
|
default ICommonsList<ELEMENTTYPE> |
ICommonsList.getAll(Predicate<? super ELEMENTTYPE> aFilter) |
default <DSTTYPE extends ELEMENTTYPE> |
ICommonsList.getAllInstanceOf(Class<DSTTYPE> aDstClass) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsList.getAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsList<DSTTYPE> |
ICommonsList.getAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default ICommonsList<ELEMENTTYPE> |
ICommonsCollection.getCopyAsList() |
default ICommonsList<ELEMENTTYPE> |
ICommonsCollection.getSorted(Comparator<? super ELEMENTTYPE> aComparator) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingStack<ELEMENTTYPE>
A version of a stack that does not use
Vector but an
CommonsArrayList as the underlying data structure as opposed to
Stack. |
class |
SafeArrayList<ELEMENTTYPE>
This is a specialized
CommonsArrayList that can handle read accesses on
list items that are not yet in the container. |
class |
SafeVector<ELEMENTTYPE>
This is a specialized
CommonsVector that can handle read accesses on
list items that are not yet in the container. |
class |
SingleElementList<ELEMENTTYPE>
Implementation of the
ICommonsList interface handling exactly one
element and no more! |
class |
WrappedList<ELEMENTTYPE>
This is a facade for a
List. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<ELEMENTTYPE> |
SingleElementList.subList(int nFromIndex,
int nToIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValuePairList<DATA1TYPE,DATA2TYPE>
This is a helper class that wraps a list of pair objects.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<DATATYPE> |
AbstractConcurrentCollector.drainQueue() |
| Modifier and Type | Method and 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 of
String of tokens. |
ICommonsList<String> |
CSVReader.readNext()
Reads the next line from the buffer and converts to a string array.
|
| Modifier and Type | Method and 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 of
String of tokens. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IThreadDeadlockCallback> |
ThreadDeadlockDetector.getAllCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IResourceError> |
ResourceErrorGroup.getAllResourceErrors() |
ICommonsList<IResourceError> |
IResourceErrorGroup.getAllResourceErrors()
Get a list of all contained resource errors.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IError> |
FormErrors.getAllFieldItems() |
ICommonsList<String> |
FormErrors.getAllFieldItemTexts() |
ICommonsList<IError> |
FormErrors.getAllGlobalItems() |
ICommonsList<String> |
FormErrors.getAllGlobalItemTexts() |
ICommonsList<IError> |
IErrorList.getAllItems() |
ICommonsList<IError> |
ErrorList.getAllItems() |
ICommonsList<String> |
IErrorList.getAllItemTexts() |
ICommonsList<String> |
ErrorList.getAllItemTexts() |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfField(String sSearchFieldName)
Get a list with all texts for the specified field name.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfField(String sSearchFieldName) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfField(String sSearchFieldName) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFields(String... aSearchFieldNames)
Get a list with all texts for the specified field names
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFields(String... aSearchFieldNames) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFields(String... aSearchFieldNames) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFieldsRegExp(String sRegExp)
Get a list with all texts of entries that have field names matching the
passed regular expression.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFieldsRegExp(String sRegExp) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFieldsRegExp(String sRegEx) |
ICommonsList<String> |
IFieldErrorList.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames)
Get a list with all texts of entries that have field names starting with
one of the supplied names.
|
ICommonsList<String> |
FormErrors.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames) |
ICommonsList<String> |
ErrorList.getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<? extends CHILDTYPE> |
IHasChildrenSorted.getAllChildren() |
ICommonsList<? extends CHILDTYPE> |
IChildrenProviderSorted.getAllChildren(CHILDTYPE aCurrent)
Get the children of the passed object.
|
ICommonsList<? extends CHILDTYPE> |
ChildrenProviderSorting.getAllChildren(CHILDTYPE aCurrent) |
ICommonsList<? extends CHILDTYPE> |
ChildrenProviderHasChildrenSorting.getAllChildren(CHILDTYPE aCurrent) |
ICommonsList<? extends CHILDTYPE> |
ChildrenProviderHasChildrenSorted.getAllChildren(CHILDTYPE aCurrent) |
| Modifier and Type | Method and 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 for
File.listFiles() doing some
additional checks on permissions. |
static ICommonsList<File> |
FileHelper.getDirectoryContent(File aDirectory,
FileFilter aFileFilter)
This is a replacement for
File.listFiles(FileFilter) doing
some additional checks on permissions. |
static ICommonsList<File> |
FileHelper.getDirectoryContent(File aDirectory,
FilenameFilter aFilenameFilter)
This is a replacement for
File.listFiles(FilenameFilter) doing
some additional checks on permissions. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<FileMonitor> |
FileMonitorManager.getAllFileMonitors() |
| Modifier and Type | Field and Description |
|---|---|
protected ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.m_aReadingResourceProviders |
protected ICommonsList<IWritableResourceProvider> |
WritableResourceProviderChain.m_aWritableResourceProviders |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.getAllContainedReadingResourceProviders() |
ICommonsList<IWritableResourceProvider> |
WritableResourceProviderChain.getAllContainedWritingResourceProviders() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <ENUMTYPE extends Enum<ENUMTYPE>> |
EnumHelper.getAll(Class<ENUMTYPE> aClass,
Predicate<ENUMTYPE> aFilter) |
static ICommonsList<String> |
ClassPathHelper.getAllClassPathEntries() |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
ClassLoader aClassLoader,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static <T> ICommonsList<T> |
ServiceLoaderHelper.getAllSPIImplementations(Class<T> aSPIClass,
org.slf4j.Logger aLogger)
Uses the
ServiceLoader to load all SPI implementations of the
passed class |
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<Locale> |
LocaleCache.getAllLocales()
Get all contained locales except the locales "all" and "independent"
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<LogMessage> |
InMemoryLogger.getAllMessages() |
| Modifier and Type | Method and 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)
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> void |
CombinationGenerator.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> void |
CombinationGeneratorFlexible.iterateAllCombinations(ICommonsList<DATATYPE> aElements,
boolean bAllowEmpty,
Consumer<ICommonsList<DATATYPE>> aCallback) |
void |
CombinationGeneratorFlexible.iterateAllCombinations(ICommonsList<DATATYPE> aElements,
Consumer<ICommonsList<DATATYPE>> aCallback)
Iterate all combination, no matter they are unique or not.
|
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> void |
CombinationGenerator.addAllPermutations(ICommonsList<DATATYPE> aInput,
int nSlotCount,
Collection<ICommonsList<DATATYPE>> aResultList)
Fill a list with all permutations of the input elements.
|
static <DATATYPE> void |
CombinationGeneratorFlexible.iterateAllCombinations(ICommonsList<DATATYPE> aElements,
boolean bAllowEmpty,
Consumer<ICommonsList<DATATYPE>> aCallback) |
void |
CombinationGeneratorFlexible.iterateAllCombinations(ICommonsList<DATATYPE> aElements,
Consumer<ICommonsList<DATATYPE>> aCallback)
Iterate all combination, no matter they are unique or not.
|
| Constructor and Description |
|---|
CombinationGenerator(ICommonsList<DATATYPE> aElements,
int nSlotCount)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<? extends IMicroAttribute> |
MicroElement.getAllAttributeObjs() |
ICommonsList<? extends IMicroAttribute> |
IMicroElement.getAllAttributeObjs()
Get a list of all attributes.
|
ICommonsList<String> |
MicroElement.getAllAttributeValues() |
ICommonsList<String> |
IMicroElement.getAllAttributeValues()
Get a set of all attribute values.
|
ICommonsList<IMicroElement> |
MicroElement.getAllChildElements() |
ICommonsList<IMicroElement> |
IMicroElement.getAllChildElements()
Get a list of all direct child elements.
|
ICommonsList<IMicroElement> |
MicroElement.getAllChildElements(String sTagName) |
ICommonsList<IMicroElement> |
IMicroElement.getAllChildElements(String sTagName)
Get a list of all direct child elements having the specified tag name.
|
ICommonsList<IMicroElement> |
MicroElement.getAllChildElements(String sNamespaceURI,
String sLocalName) |
ICommonsList<IMicroElement> |
IMicroElement.getAllChildElements(String sNamespaceURI,
String sLocalName)
Get a list of all direct child elements having the specified namespace and
the specified tag name.
|
ICommonsList<IMicroElement> |
MicroElement.getAllChildElementsRecursive() |
ICommonsList<IMicroElement> |
IMicroElement.getAllChildElementsRecursive()
Recursively get all child elements.
|
ICommonsList<IMicroNode> |
IMicroNode.getAllChildren()
Get a list of all direct child nodes.
|
ICommonsList<IMicroNode> |
AbstractMicroNodeWithChildren.getAllChildren() |
ICommonsList<IMicroNode> |
AbstractMicroNode.getAllChildren() |
ICommonsList<IMicroNode> |
IMicroNode.getAllChildrenRecursive()
Recursively get all children.
|
ICommonsList<IMicroNode> |
AbstractMicroNodeWithChildren.getAllChildrenRecursive() |
ICommonsList<IMicroNode> |
AbstractMicroNode.getAllChildrenRecursive() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<? extends IMicroElement> |
ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) |
static ICommonsList<String> |
XMLListHandler.readList(IHasInputStream aISP) |
static ICommonsList<String> |
XMLListHandler.readList(InputStream aIS)
Read a predefined XML file that contains list items.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfExtension(String sExtension)
Get all infos associated with the specified filename extension.
|
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(File aFile) |
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(String sFilename) |
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfMimeType(IMimeType aMimeType)
Get all infos associated with the passed mime type.
|
ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllMimeTypeInfos() |
ICommonsList<MimeTypeParameter> |
MimeType.getAllParameters() |
ICommonsList<MimeTypeParameter> |
IMimeType.getAllParameters() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
default ICommonsList<String> |
IRequestScope.getAttributeAsList(String sName)
Get a list of all attribute values with the same name.
|
ICommonsList<String> |
RequestScope.getAttributeAsList(String sName,
ICommonsList<String> aDefault) |
ICommonsList<String> |
IRequestScope.getAttributeAsList(String sName,
ICommonsList<String> aDefault)
Get a list of all attribute values with the same name.
|
protected ICommonsList<String> |
RequestScope.getAttributeAsListCustom(String sName,
Object aValue,
ICommonsList<String> aDefault)
Try to convert the passed value into a
ICommonsList of
String. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<String> |
RequestScope.getAttributeAsList(String sName,
ICommonsList<String> aDefault) |
ICommonsList<String> |
IRequestScope.getAttributeAsList(String sName,
ICommonsList<String> aDefault)
Get a list of all attribute values with the same name.
|
protected ICommonsList<String> |
RequestScope.getAttributeAsListCustom(String sName,
Object aValue,
ICommonsList<String> aDefault)
Try to convert the passed value into a
ICommonsList of
String. |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<AbstractApplicationSingleton> |
AbstractApplicationSingleton.getAllApplicationSingletons()
Get all instantiated singleton objects registered in the current
application scope.
|
static ICommonsList<AbstractGlobalSingleton> |
AbstractGlobalSingleton.getAllGlobalSingletons()
Get all instantiated singleton objects registered in the current global
scope.
|
static ICommonsList<AbstractRequestSingleton> |
AbstractRequestSingleton.getAllRequestSingletons()
Get all instantiated singleton objects registered in the current request
scope.
|
static ICommonsList<AbstractSessionApplicationSingleton> |
AbstractSessionApplicationSingleton.getAllSessionApplicationSingletons()
Get all instantiated singleton objects registered in the current session
application scope.
|
static ICommonsList<AbstractSessionSingleton> |
AbstractSessionSingleton.getAllSessionSingletons()
Get all instantiated singleton objects registered in the current session
scope.
|
static <T extends AbstractSingleton> |
AbstractSingleton.getAllSingletons(IScope aScope,
Class<T> aDesiredClass)
Get all singleton objects registered in the respective sub-class of this
class.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IApplicationScopeSPI> |
ScopeSPIManager.getAllApplicationScopeSPIs() |
ICommonsList<IGlobalScopeSPI> |
ScopeSPIManager.getAllGlobalScopeSPIs() |
ICommonsList<IRequestScopeSPI> |
ScopeSPIManager.getAllRequestScopeSPIs() |
ICommonsList<ISessionApplicationScopeSPI> |
ScopeSPIManager.getAllSessionApplicationScopeSPIs() |
ICommonsList<ISessionScopeSPI> |
ScopeSPIManager.getAllSessionScopeSPIs() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<String> |
StringHelper.getExploded(char cSep,
String sElements)
Take a concatenated String and return a
ICommonsList of 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 a
ICommonsList of 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 a
ICommonsList of 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 a
ICommonsList of all
elements in the passed string, using specified separator string. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<String> |
XMLResourceBundleControl.getFormats(String sBaseName) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<DATATYPE> |
IBasicTreeItem.getAllChildDatas()
Get the data values of all contained children.
|
ICommonsList<DATATYPE> |
BasicTreeItem.getAllChildDatas() |
ICommonsList<ITEMTYPE> |
BasicTreeItem.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> |
TreeWithIDSearcher.findAllItemsWithIDRecursive(IBasicTree<DATATYPE,ITEMTYPE> aTree,
KEYTYPE aSearchID)
Fill all items with the same ID by linearly scanning of the tree.
|
static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> |
TreeWithIDSearcher.findAllItemsWithIDRecursive(ITEMTYPE aTreeItem,
KEYTYPE aSearchID)
Fill all items with the same ID by linearly scanning the tree.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<DATATYPE> |
BasicTreeItemWithID.getAllChildDatas() |
ICommonsList<ITEMTYPE> |
BasicTreeItemWithID.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<? extends ITEMTYPE> |
BasicTreeWithGlobalUniqueID.getAllChildren(ITEMTYPE aItem) |
ICommonsList<DATATYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItemDatas() |
ICommonsList<ITEMTYPE> |
AbstractTreeItemWithUniqueIDFactory.getAllItems() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<String> |
VendorInfo.getFileHeaderLines() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<Handler<? extends MessageContext>> |
WSClientConfig.getAllHandlers() |
ICommonsList<String> |
WSClientConfig.getAllHTTPHeaderValues(String sName) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<String,ICommonsList<String>> |
WSClientConfig.getAllHTTPHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsList<EXMLParserFeature> |
EXMLParserFeature.getAllFeaturesOfType(EXMLParserFeatureType eFeatureType) |
static ICommonsList<EXMLParserProperty> |
EXMLParserProperty.getAllPropertiesOfType(EXMLParserPropertyType ePropertyType) |
static ICommonsList<String> |
XMLDebug.getAllSupportedFeatures(EXMLDOMFeatureVersion eFeatureVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Map<EXMLDOMFeatureVersion,ICommonsList<String>> |
XMLDebug.getAllSupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<LSResourceData> |
CollectingLSResourceResolver.getAllRequestedResources() |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaCache.createSchema(SchemaFactory aSchemaFactory,
String sSchemaTypeName,
ICommonsList<? extends IReadableResource> aResources) |
protected Schema |
SchemaCache.getValueToCache(ICommonsList<? extends IReadableResource> aKey) |
Copyright © 2014–2016 Philip Helger. All rights reserved.