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 void
clear()
boolean
containsKey(Object o)
boolean
containsValue(Object o)
Set<Map.Entry<String,String>>
entrySet()
String
get(Object o)
boolean
isEmpty()
Set<String>
keySet()
String
put(String s, String s2)
void
putAll(Map<? extends String,? extends String> map)
String
remove(Object o)
int
size()
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:
containsKey
in interfaceMap<String,String>
-
containsValue
public boolean containsValue(Object o)
- Specified by:
containsValue
in interfaceMap<String,String>
-
-