| 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 | Interface and Description |
|---|---|
interface |
ICommonsNavigableSet<ELEMENTTYPE>
A special
NavigableSet based interface with extended functionality
based on ICommonsSortedSet. |
interface |
ICommonsOrderedSet<ELEMENTTYPE>
A special ordered
Set based interface with extended functionality
based on ICommonsSet. |
interface |
ICommonsSortedSet<ELEMENTTYPE>
A special
SortedSet based interface with extended functionality based
on ICommonsSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsCopyOnWriteArraySet<ELEMENTTYPE>
A special
CopyOnWriteArraySet implementation based on
ICommonsSet. |
class |
CommonsHashSet<ELEMENTTYPE>
A special
HashSet implementation based on ICommonsSet. |
class |
CommonsLinkedHashSet<ELEMENTTYPE>
A special
LinkedHashSet implementation based on
ICommonsOrderedSet. |
class |
CommonsTreeSet<ELEMENTTYPE>
A special
TreeSet implementation based on
ICommonsNavigableSet. |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsMap.copyOfEntrySet() |
default ICommonsSet<KEYTYPE> |
ICommonsMap.copyOfKeySet() |
default ICommonsSet<KEYTYPE> |
ICommonsMap.copyOfKeySet(Predicate<? super KEYTYPE> aFilter)
Create a copy of all values matching the passed filter.
|
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 |
LRUSet<ELEMENTTYPE>
A special ordered set, that has an upper limit of contained elements.
|
| 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<Locale> |
LanguageCache.getAllLanguageLocales() |
ICommonsSet<String> |
LanguageCache.getAllLanguages() |
| 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 |
|---|---|
<T> ICommonsSet<T> |
CommonsMock.mockSet(int nCount,
Class<T> aClass,
Object... aParams)
Create a
ICommonsSet of mocked objects. |
| 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<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedFallbackBundleNames() |
ICommonsSet<String> |
EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedOverrideBundleNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<? extends IURLProtocol> |
IURLProtocolRegistrarSPI.getAllProtocols() |
Copyright © 2014–2019 Philip Helger. All rights reserved.