Uses of Interface
com.helger.commons.collection.impl.ICommonsOrderedSet
-
-
Uses of ICommonsOrderedSet in com.helger.commons.collection.impl
Classes in com.helger.commons.collection.impl that implement ICommonsOrderedSet Modifier and Type Class Description classCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.Methods in com.helger.commons.collection.impl that return ICommonsOrderedSet Modifier and Type Method Description default 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<ELEMENTTYPE>ICommonsOrderedSet. getClone() -
Uses of ICommonsOrderedSet in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsOrderedSet Modifier and Type Class Description classLRUSet<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 Modifier and Type Method Description ICommonsOrderedSet<String>HttpHeaderMap. getAllHeaderNames() -
Uses of ICommonsOrderedSet in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsOrderedSet Modifier and Type Method Description static ICommonsOrderedSet<Locale>LocaleCache. getAllDefaultLocales() -
Uses of ICommonsOrderedSet in com.helger.commons.thirdparty
Methods in com.helger.commons.thirdparty that return ICommonsOrderedSet Modifier and Type Method Description ICommonsOrderedSet<IThirdPartyModule>ThirdPartyModuleRegistry. getAllRegisteredThirdPartyModules() -
Uses of ICommonsOrderedSet in com.helger.commons.traits
Methods in com.helger.commons.traits that return ICommonsOrderedSet Modifier and Type Method Description default 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 ICommonsOrderedSet Modifier and Type Method Description 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, 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 Modifier and Type Method Description ICommonsOrderedSet<String>URLParameterList. getAllParamNames()
-