Package cn.net.pap.common.excel.dto
Class PageData
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap
cn.net.pap.common.excel.dto.PageData
- All Implemented Interfaces:
Serializable,Cloneable,Map
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()getStringByIdx(Integer idx) booleanisEmpty()keySet()voidintsize()stringToMap(String request) values()Methods inherited from class java.util.LinkedHashMap
forEach, get, getOrDefault, removeEldestEntry, replaceAllMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replaceMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
PageData
-
PageData
public PageData() -
PageData
-
-
Method Details
-
stringToMap
-
getString
-
getStringByIdx
-
put
-
remove
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classLinkedHashMap
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classHashMap
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classLinkedHashMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Overrides:
entrySetin classLinkedHashMap
-
isEmpty
public boolean isEmpty() -
keySet
- Specified by:
keySetin interfaceMap- Overrides:
keySetin classLinkedHashMap
-
putAll
-
size
public int size() -
values
- Specified by:
valuesin interfaceMap- Overrides:
valuesin classLinkedHashMap
-