| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1,
Collection<? extends ELEMENTTYPE> aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1,
ELEMENTTYPE... aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getConcatenatedSet(ELEMENTTYPE[] aCont1,
Collection<? extends ELEMENTTYPE> aCont2) |
static <ELEMENTTYPE> |
CollectionHelper.getDifference(Collection<? extends ELEMENTTYPE> aCollection1,
Collection<? extends ELEMENTTYPE> aCollection2)
Get all elements that are only contained in the first contained, and not in
the second.
|
static <ELEMENTTYPE> |
CollectionHelper.getIntersected(Collection<? extends ELEMENTTYPE> aCollection1,
Collection<? extends ELEMENTTYPE> aCollection2)
Get all elements that are contained in the first AND in the second
container.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<KEYTYPE> |
MapBasedReadOnlyAttributeContainer.getAllAttributeNames() |
ICommonsSet<KEYTYPE> |
IAttributeContainer.getAllAttributeNames() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsNavigableSet<ELEMENTTYPE> |
interface |
ICommonsOrderedSet<ELEMENTTYPE> |
interface |
ICommonsSortedSet<ELEMENTTYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsCopyOnWriteArraySet<ELEMENTTYPE> |
class |
CommonsHashSet<ELEMENTTYPE> |
class |
CommonsLinkedHashSet<ELEMENTTYPE> |
class |
CommonsTreeSet<ELEMENTTYPE> |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsMap.copyOfEntrySet() |
default ICommonsSet<KEYTYPE> |
ICommonsMap.copyOfKeySet() |
default <T> ICommonsSet<T> |
ICommonsSet.createInstance()
Create a new empty set.
|
default ICommonsSet<ELEMENTTYPE> |
ICommonsSet.getAll(Predicate<? super ELEMENTTYPE> aFilter) |
default <DSTTYPE extends ELEMENTTYPE> |
ICommonsSet.getAllInstanceOf(Class<DSTTYPE> aDstClass) |
default <DSTTYPE> ICommonsSet<DSTTYPE> |
ICommonsSet.getAllMapped(Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
default <DSTTYPE> ICommonsSet<DSTTYPE> |
ICommonsSet.getAllMapped(Predicate<? super ELEMENTTYPE> aFilter,
Function<? super ELEMENTTYPE,DSTTYPE> aMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedSet<ELEMENTTYPE>
This is a facade for a
Set. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<Map.Entry<KEYTYPE,VALUETYPE>> |
SingleElementMap.entrySet() |
ICommonsSet<KEYTYPE> |
SingleElementMap.keySet() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
ConcurrentHashMap
and ICommonsSet values. |
class |
AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
HashMap and ICommonsSet
values. |
class |
AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap and
ICommonsSet values. |
class |
AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
CommonsTreeMap and
ICommonsSet values. |
class |
AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
WeakHashMap and
ICommonsSet values. |
interface |
IMultiMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Interface for a multi map that uses a
ICommonsSet for the storage. |
| Constructor and Description |
|---|
MultiConcurrentHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiLinkedHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiTreeMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiWeakHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
| Constructor and Description |
|---|
MultiConcurrentHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
MultiHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
MultiLinkedHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
MultiTreeMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
MultiWeakHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<IReadableResource> |
ImageDataManager.getAllNotExistingResources() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSet<Class<?>> |
ClassHelper.getAllPrimitiveClasses() |
static ICommonsSet<Class<?>> |
ClassHelper.getAllPrimitiveWrapperClasses() |
static ICommonsSet<Class<?>> |
ClassHierarchyCache.getClassHierarchy(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 |
|---|---|
ICommonsSet<Locale> |
LocaleCache.getAllLanguages()
Get all contained locales that consist only of a non-empty language.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<String> |
CountryCache.getAllCountries() |
ICommonsSet<Locale> |
CountryCache.getAllCountryLocales() |
static ICommonsSet<Locale> |
ECountry.getCountryListAsLocales() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ICommonsSet<IMicroEventTarget> |
IMicroNode.getAllEventTargets(EMicroEvent eEvent)
Get all event targets for a certain event.
|
ICommonsSet<IMicroEventTarget> |
AbstractMicroNode.getAllEventTargets(EMicroEvent eEvent) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<EMicroEvent,ICommonsSet<IMicroEventTarget>> |
IMicroNode.getAllEventTargets() |
ICommonsMap<EMicroEvent,ICommonsSet<IMicroEventTarget>> |
AbstractMicroNode.getAllEventTargets() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<IMimeType> |
MimeTypeInfo.getAllMimeTypes() |
ICommonsSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
ICommonsSet<String> |
MimeTypeInfo.getAllMimeTypeStrings() |
ICommonsSet<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
ICommonsSet<MimeTypeInfo.MimeTypeWithSource> |
MimeTypeInfo.getAllMimeTypesWithSource() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSet<String> |
StatisticsManager.getAllCacheHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllCounterHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedCounterHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedSizeHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllKeyedTimerHandler() |
ICommonsSet<String> |
StatisticsHandlerKeyedCounter.getAllKeys() |
ICommonsSet<String> |
IStatisticsHandlerKeyed.getAllKeys() |
ICommonsSet<String> |
AbstractStatisticsHandlerKeyedNumeric.getAllKeys() |
static ICommonsSet<String> |
StatisticsManager.getAllSizeHandler() |
static ICommonsSet<String> |
StatisticsManager.getAllTimerHandler() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSet<String> |
SystemProperties.getAllPropertyNames() |
static ICommonsSet<String> |
SystemProperties.getAllWarnedPropertyNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<Locale> |
AbstractReadOnlyMapBasedMultilingualText.getAllLocales() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedFallbackBundleNames() |
ICommonsSet<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedOverrideBundleNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<KEYTYPE> |
ITreeItemWithID.getAllChildDataIDs() |
ICommonsSet<KEYTYPE> |
BasicTreeItemWithID.getAllChildDataIDs() |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE> |
DefaultFolderTree.createForSet(IAggregator<KEYTYPE,KEYTYPE> aKeyCombinator)
Create a new
DefaultFolderTree using a set as the container. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<? extends IURLProtocol> |
IURLProtocolRegistrarSPI.getAllProtocols() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion eXMLVersion,
String s) |
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLCDATAChars(EXMLSerializeVersion eXMLVersion,
String s) |
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars) |
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
String s) |
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLNameChars(EXMLSerializeVersion eXMLVersion,
String s) |
static ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLTextChars(EXMLSerializeVersion eXMLVersion,
String s) |
Copyright © 2014–2016 Philip Helger. All rights reserved.