Uses of Interface
com.helger.commons.collection.impl.ICommonsOrderedSet
Packages that use ICommonsOrderedSet
Package
Description
-
Uses of ICommonsOrderedSet in com.helger.commons.collection.impl
Classes in com.helger.commons.collection.impl that implement ICommonsOrderedSetModifier and TypeClassDescriptionclassCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.Methods in com.helger.commons.collection.impl that return ICommonsOrderedSetModifier and TypeMethodDescriptiondefault ICommonsOrderedSet<Map.Entry<KEYTYPE, VALUETYPE>> ICommonsOrderedMap.copyOfEntrySet()default ICommonsOrderedSet<KEYTYPE> ICommonsOrderedMap.copyOfKeySet()default ICommonsOrderedSet<KEYTYPE> ICommonsOrderedMap.copyOfKeySet(Predicate<? super KEYTYPE> aFilter) default <T> ICommonsOrderedSet<T> ICommonsOrderedSet.createInstance()default ICommonsOrderedSet<ELEMENTTYPE> ICommonsOrderedSet.getAll(Predicate<? super ELEMENTTYPE> aFilter) default <DSTTYPE extends ELEMENTTYPE>
ICommonsOrderedSet<DSTTYPE> ICommonsOrderedSet.getAllInstanceOf(Class<DSTTYPE> aDstClass) default <DSTTYPE> ICommonsOrderedSet<DSTTYPE> ICommonsOrderedSet.getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE> aMapper) default <DSTTYPE> ICommonsOrderedSet<DSTTYPE> ICommonsOrderedSet.getAllMapped(Predicate<? super ELEMENTTYPE> aFilter, Function<? super ELEMENTTYPE, DSTTYPE> aMapper) ICommonsOrderedSet.getClone() -
Uses of ICommonsOrderedSet in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsOrderedSetModifier and TypeClassDescriptionclassLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements. -
Uses of ICommonsOrderedSet in com.helger.commons.http
Methods in com.helger.commons.http that return ICommonsOrderedSet -
Uses of ICommonsOrderedSet in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsOrderedSetModifier and TypeMethodDescriptionstatic ICommonsOrderedSet<Locale> LocaleCache.getAllDefaultLocales() -
Uses of ICommonsOrderedSet in com.helger.commons.thirdparty
Methods in com.helger.commons.thirdparty that return ICommonsOrderedSet -
Uses of ICommonsOrderedSet in com.helger.commons.traits
Methods in com.helger.commons.traits that return ICommonsOrderedSetModifier and TypeMethodDescriptiondefault ICommonsOrderedSet<String> IGetterByIndexTrait.getAsStringSet(int nIndex) Get a set of all attribute values with the same name.default ICommonsOrderedSet<String> IGetterByIndexTrait.getAsStringSet(int nIndex, ICommonsOrderedSet<String> aDefault) Get a set of all attribute values with the same name.default ICommonsOrderedSet<String> IGetterByKeyTrait.getAsStringSet(KEYTYPE aKey) Get a set of all attribute values with the same name.default ICommonsOrderedSet<String> IGetterByKeyTrait.getAsStringSet(KEYTYPE aKey, ICommonsOrderedSet<String> aDefault) Get a set of all attribute values with the same name.Methods in com.helger.commons.traits with parameters of type ICommonsOrderedSetModifier and TypeMethodDescriptiondefault ICommonsOrderedSet<String> IGetterByIndexTrait.getAsStringSet(int nIndex, ICommonsOrderedSet<String> aDefault) Get a set of all attribute values with the same name.default ICommonsOrderedSet<String> IGetterByKeyTrait.getAsStringSet(KEYTYPE aKey, ICommonsOrderedSet<String> aDefault) Get a set of all attribute values with the same name. -
Uses of ICommonsOrderedSet in com.helger.commons.url
Methods in com.helger.commons.url that return ICommonsOrderedSet