Package org.apache.juneau.rest.httppart
Class NamedAttributeMap
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<String,- NamedAttribute> 
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.NamedAttributeMap(NamedAttributeMap copyFrom) Copy constructor.
- 
Method SummaryModifier and TypeMethodDescriptionadd(NamedAttribute... values) Appends the specified rest matcher classes to the list.copy()Creates a copy of this list.static NamedAttributeMapcreate()Static creator.static NamedAttributeMapof(NamedAttribute... values) Static creator.Methods inherited from class java.util.LinkedHashMapclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMapclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMapequals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
- 
Constructor Details- 
NamedAttributeMappublic NamedAttributeMap()Constructor.
- 
NamedAttributeMapCopy constructor.- Parameters:
- copyFrom- The list to copy from.
 
 
- 
- 
Method Details- 
createStatic creator.- Returns:
- An empty list.
 
- 
ofStatic creator.- Parameters:
- values- The initial contents of this list.
- Returns:
- An empty list.
 
- 
copyCreates a copy of this list.- Returns:
- A new copy of this list.
 
- 
addAppends the specified rest matcher classes to the list.- Parameters:
- values- The values to add.
- Returns:
- This object.
 
 
-