Class ResponseMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Response>
-
- com.aspectran.core.activity.response.ResponseMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Response>,java.util.Map<java.lang.String,Response>
public class ResponseMap extends java.util.LinkedHashMap<java.lang.String,Response> implements java.lang.Iterable<Response>
The Class ResponseMap.Created: 2008. 03. 29 PM 11:50:02
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetFirst()java.util.Iterator<Response>iterator()-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-