| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLinkedHashSet<ELEMENTTYPE>
A special
LinkedHashSet implementation based on
ICommonsOrderedSet. |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsOrderedSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsSortedMap.copyOfEntrySet() |
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.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() |
| 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 |
|---|---|
ICommonsOrderedSet<String> |
HttpHeaderMap.getAllHeaderNames() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<IThirdPartyModule> |
ThirdPartyModuleRegistry.getAllRegisteredThirdPartyModules() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<String> |
URLParameterList.getAllParamNames() |
Copyright © 2014–2017 Philip Helger. All rights reserved.