public class DefaultGroupStore extends Object implements GroupStore, Serializable
| 构造器和说明 |
|---|
DefaultGroupStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Group group) |
void |
add(String str)
排序多列以, 分隔
group("CD","NM");
group("CD, NM ");
|
void |
clear() |
GroupStore |
clone() |
Group |
get(String group) |
String |
getRunText(String delimiter) |
LinkedHashMap<String,Group> |
gets() |
boolean |
isEmpty() |
List<DataRow> |
list(boolean empty) |
DataRow |
map(boolean empty) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, json, json, mappublic LinkedHashMap<String,Group> gets()
gets 在接口中 GroupStorepublic void add(Group group)
add 在接口中 GroupStorepublic void add(String str)
add 在接口中 GroupStorestr - strpublic Group get(String group)
get 在接口中 GroupStorepublic void clear()
clear 在接口中 GroupStorepublic String getRunText(String delimiter)
getRunText 在接口中 GroupStorepublic boolean isEmpty()
isEmpty 在接口中 GroupStorepublic DataRow map(boolean empty)
map 在接口中 GroupStorepublic List<DataRow> list(boolean empty)
list 在接口中 GroupStorepublic GroupStore clone()
clone 在接口中 GroupStoreclone 在类中 ObjectCopyright © 2025. All rights reserved.