Package org.apache.shiro.config
Class Ini.Section
- java.lang.Object
-
- org.apache.shiro.config.Ini.Section
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,String>>entrySet()booleanequals(Object obj)Stringget(Object key)StringgetName()inthashCode()protected static booleanisContinued(String line)booleanisEmpty()Set<String>keySet()Stringput(String key, String value)voidputAll(Map<? extends String,? extends String> m)Stringremove(Object key)intsize()protected static String[]splitKeyValue(String keyValueLine)StringtoString()Collection<String>values()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
isContinued
protected static boolean isContinued(String line)
-
getName
public String getName()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,String>
-
equals
public boolean equals(Object obj)
-
-