Package org.jboss.resteasy.specimpl
Class ResteasyUriBuilder.URITemplateParametersMap
java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
org.jboss.resteasy.specimpl.ResteasyUriBuilder.URITemplateParametersMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Enclosing class:
ResteasyUriBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
parameterValues
-
index
private int index
-
-
Constructor Details
-
URITemplateParametersMap
-
-
Method Details