Uses of Interface
com.helger.commons.collection.impl.ICommonsSet
Packages that use ICommonsSet
Package
Description
-
Uses of ICommonsSet in com.helger.commons.collection
Methods in com.helger.commons.collection that return ICommonsSetModifier and TypeMethodDescriptionstatic <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.implModifier and TypeInterfaceDescriptioninterfaceICommonsNavigableSet<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 ICommonsSetModifier and TypeClassDescriptionclassCommonsCopyOnWriteArraySet<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 ICommonsSetModifier and TypeMethodDescriptiondefault 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 ICommonsSetModifier and TypeClassDescriptionclassLRUSet<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 -
Uses of ICommonsSet in com.helger.commons.lang
Methods in com.helger.commons.lang that return ICommonsSetModifier and TypeMethodDescriptionstatic 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 ICommonsSetModifier and TypeMethodDescriptionLocaleCache.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 ICommonsSetModifier and TypeMethodDescriptionCountryCache.getAllCountries()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 ICommonsSetModifier and TypeMethodDescriptionLanguageCache.getAllLanguageLocales()LanguageCache.getAllLanguages() -
Uses of ICommonsSet in com.helger.commons.math
Methods in com.helger.commons.math that return ICommonsSetModifier and TypeMethodDescriptionCombinationGeneratorFlexible.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 -
Uses of ICommonsSet in com.helger.commons.statistics
Methods in com.helger.commons.statistics that return ICommonsSetModifier and TypeMethodDescriptionstatic ICommonsSet<String> StatisticsManager.getAllCacheHandler()static ICommonsSet<String> StatisticsManager.getAllCounterHandler()static ICommonsSet<String> StatisticsManager.getAllKeyedCounterHandler()static ICommonsSet<String> StatisticsManager.getAllKeyedSizeHandler()static ICommonsSet<String> StatisticsManager.getAllKeyedTimerHandler()AbstractStatisticsHandlerKeyedNumeric.getAllKeys()IStatisticsHandlerKeyed.getAllKeys()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 ICommonsSetModifier and TypeMethodDescriptionstatic 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 ICommonsSetModifier and TypeMethodDescriptionEnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedFallbackBundleNames()EnumTextResolverWithPropertiesOverrideAndFallback.getAllUsedOverrideBundleNames() -
Uses of ICommonsSet in com.helger.commons.url
Methods in com.helger.commons.url that return ICommonsSetModifier and TypeMethodDescriptionICommonsSet<? extends IURLProtocol> IURLProtocolRegistrarSPI.getAllProtocols()