| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLinkedHashMap<KEYTYPE,VALUETYPE> |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
ICommonsOrderedMap.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingLRUMap<KEYTYPE,VALUETYPE>
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
class |
LRUMap<KEYTYPE,VALUETYPE>
A special ordered map, that has an upper limit of contained elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap. |
class |
AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE>
Abstract multi map based on
CommonsLinkedHashMap and
ICommonsList values. |
class |
AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>
Abstract multi map based on
CommonsLinkedHashMap. |
class |
AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap and
ICommonsSet values. |
class |
MultiLinkedHashMapArrayListBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsArrayList
values. |
class |
MultiLinkedHashMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> |
class |
MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsHashSet
values. |
class |
MultiLinkedHashMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiLinkedHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and
CommonsLinkedHashSet values. |
class |
MultiLinkedHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiLinkedHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>>
Multi map based on
CommonsLinkedHashMap and
CommonsTreeSet values. |
class |
MultiLinkedHashMapVectorBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsVector
values. |
class |
MultiLinkedHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<IMicroQName,String> |
MicroElement.getAllQAttributes() |
ICommonsOrderedMap<IMicroQName,String> |
IMicroElement.getAllQAttributes()
Get a map of all fully qualified attribute names and values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMap
A special URL parameter map that is made for best inline usage.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<String,String> |
URLData.directGetAllParams() |
ICommonsOrderedMap<String,String> |
SimpleURL.directGetAllParams() |
ICommonsOrderedMap<String,String> |
IURLData.directGetAllParams() |
ICommonsOrderedMap<String,String> |
URLData.getAllParams() |
ICommonsOrderedMap<String,String> |
SimpleURL.getAllParams() |
ICommonsOrderedMap<String,String> |
IURLData.getAllParams() |
static ICommonsOrderedMap<String,String> |
URLHelper.getQueryStringAsMap(String sQueryString,
IDecoder<String,String> aParameterDecoder) |
| Constructor and Description |
|---|
URLData(String sPath,
ICommonsOrderedMap<String,String> aParams) |
URLData(String sPath,
ICommonsOrderedMap<String,String> aParams,
String sAnchor) |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsOrderedMap<String,String> |
XMLHelper.getAllAttributesAsMap(Element aSrcNode) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<String,String> |
MapBasedNamespaceContext.getPrefixToNamespaceURIMap() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<XPathFunctionKey,XPathFunction> |
MapBasedXPathFunctionResolver.getAllFunctions() |
Copyright © 2014–2016 Philip Helger. All rights reserved.