Package top.focess.qq.api.util.session
Class SessionSection
- java.lang.Object
-
- top.focess.qq.api.util.session.Session
-
- top.focess.qq.api.util.session.SessionSection
-
- All Implemented Interfaces:
Serializable,SectionMap
public class SessionSection extends Session
Section of Session.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionSection(Session session, Map<String,Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessiongetParent()Get the parent section-
Methods inherited from class top.focess.qq.api.util.session.Session
compute, contains, createSection, get, getOrDefault, getSection, getValues, remove, set, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface top.focess.qq.api.util.SectionMap
keys
-
-