Class SStack.ROMap
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.state.SStack.ROMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object o)booleancontainsValue(Object o)Set<Map.Entry<String,String>>entrySet()Stringget(Object o)booleanisEmpty()Set<String>keySet()Stringput(String s, String s2)voidputAll(Map<? extends String,? extends String> map)Stringremove(Object o)intsize()Collection<String>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
ROMap
public ROMap(SStack sStack)
-
-
Method Detail
-
containsKey
public boolean containsKey(Object o)
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
public boolean containsValue(Object o)
- Specified by:
containsValuein interfaceMap<String,String>
-
-