Java org.apache.shiro.config Ini.Section fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.config Ini.Section fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.config Ini.Section.

The text is from its open source code.

Method

booleancontainsKey(Object key)
Set>entrySet()
Sectionget(Object key)
booleanisEmpty()
Returns true if no sections have been configured, or if there are sections, but the sections themselves are all empty, false otherwise.
SetkeySet()
Sectionput(String key, Section value)
voidputAll(Map m)