Package com.github.yulichang.toolkit
Class TableMap
java.lang.Object
com.github.yulichang.toolkit.TableMap
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()get(BaseColumn<?> key) booleanisEmpty()Collection<BaseColumn<?>>keyList()put(BaseColumn<?> key, String value)
-
Constructor Details
-
TableMap
-
-
Method Details
-
put
-
get
-
keyList
-
isEmpty
public boolean isEmpty() -
clear
public void clear()
-