Uses of Interface
com.helger.commons.collection.impl.ICommonsSet
-
-
Uses of ICommonsSet in com.helger.commons.collection
Methods in com.helger.commons.collection that return ICommonsSet Modifier and Type Method Description static <ELEMENTTYPE>
ICommonsSet<ELEMENTTYPE>CollectionHelper. getConcatenatedSet(ELEMENTTYPE[] aCont1, Collection<? extends ELEMENTTYPE> aCont2)static <ELEMENTTYPE>
ICommonsSet<ELEMENTTYPE>CollectionHelper. getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1, ELEMENTTYPE... aCont2)static <ELEMENTTYPE>
ICommonsSet<ELEMENTTYPE>CollectionHelper. getConcatenatedSet(Collection<? extends ELEMENTTYPE> aCont1, Collection<? extends ELEMENTTYPE> aCont2)static <ELEMENTTYPE>
ICommonsSet<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>
ICommonsSet<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. -
Uses of ICommonsSet in com.helger.commons.collection.impl
Subinterfaces of ICommonsSet in com.helger.commons.collection.impl Modifier and Type Interface Description interfaceICommonsNavigableSet<ELEMENTTYPE>A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.interfaceICommonsOrderedSet<ELEMENTTYPE>A special orderedSetbased interface with extended functionality based onICommonsSet.interfaceICommonsSortedSet<ELEMENTTYPE>A specialSortedSetbased interface with extended functionality based onICommonsSet.Classes in com.helger.commons.collection.impl that implement ICommonsSet Modifier and Type Class Description classCommonsCopyOnWriteArraySet<ELEMENTTYPE>A specialCopyOnWriteArraySetimplementation based onICommonsSet.classCommonsHashSet<ELEMENTTYPE>A specialHashSetimplementation based onICommonsSet.classCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.classCommonsTreeSet<ELEMENTTYPE>A specialTreeSetimplementation based onICommonsNavigableSet.Methods in com.helger.commons.collection.impl that return ICommonsSet Modifier and Type Method 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<DSTTYPE>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) -
Uses of ICommonsSet in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsSet Modifier and Type Class Description classLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements. -
Uses of ICommonsSet in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return ICommonsSet Modifier and Type Method Description ICommonsSet<IReadableResource>ImageDataManager. getAllNotExistingResources() -
Uses of ICommonsSet in com.helger.commons.lang
Methods in com.helger.commons.lang that return ICommonsSet Modifier and Type Method 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. -
Uses of ICommonsSet in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsSet Modifier and Type Method Description ICommonsSet<Locale>LocaleCache. getAllLanguages()Get all contained locales that consist only of a non-empty language. -
Uses of ICommonsSet in com.helger.commons.locale.country
Methods in com.helger.commons.locale.country that return ICommonsSet Modifier and Type Method Description ICommonsSet<String>CountryCache. getAllCountries()ICommonsSet<Locale>CountryCache. getAllCountryLocales()static ICommonsSet<Locale>ECountry. getCountryListAsLocales() -
Uses of ICommonsSet in com.helger.commons.locale.language
Methods in com.helger.commons.locale.language that return ICommonsSet Modifier and Type Method Description ICommonsSet<Locale>LanguageCache. getAllLanguageLocales()ICommonsSet<String>LanguageCache. getAllLanguages() -
Uses of ICommonsSet in com.helger.commons.math
Methods in com.helger.commons.math that return ICommonsSet Modifier and Type Method 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) -
Uses of ICommonsSet in com.helger.commons.mock
Methods in com.helger.commons.mock that return ICommonsSet Modifier and Type Method Description <T> ICommonsSet<T>CommonsMock. mockSet(int nCount, Class<T> aClass, Object... aParams)Create aICommonsSetof mocked objects. -
Uses of ICommonsSet in com.helger.commons.statistics
Methods in com.helger.commons.statistics that return ICommonsSet Modifier and Type Method 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>AbstractStatisticsHandlerKeyedNumeric. getAllKeys()ICommonsSet<String>IStatisticsHandlerKeyed. getAllKeys()ICommonsSet<String>StatisticsHandlerKeyedCounter. getAllKeys()static ICommonsSet<String>StatisticsManager. getAllSizeHandler()static ICommonsSet<String>StatisticsManager. getAllTimerHandler() -
Uses of ICommonsSet in com.helger.commons.system
Methods in com.helger.commons.system that return ICommonsSet Modifier and Type Method Description static ICommonsSet<String>SystemProperties. getAllPropertyNames()static ICommonsSet<String>SystemProperties. getAllWarnedPropertyNames() -
Uses of ICommonsSet in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve that return ICommonsSet Modifier and Type Method Description ICommonsSet<String>EnumTextResolverWithPropertiesOverrideAndFallback. getAllUsedFallbackBundleNames()ICommonsSet<String>EnumTextResolverWithPropertiesOverrideAndFallback. getAllUsedOverrideBundleNames() -
Uses of ICommonsSet in com.helger.commons.url
Methods in com.helger.commons.url that return ICommonsSet Modifier and Type Method Description ICommonsSet<? extends IURLProtocol>IURLProtocolRegistrarSPI. getAllProtocols()
-