Class SStack.ROMap
- java.lang.Object
- 
- edu.uiuc.ncsa.security.core.state.SStack.ROMap
 
- 
- 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Constructor Detail- 
ROMappublic ROMap(SStack sStack) 
 
- 
 - 
Method Detail- 
containsKeypublic boolean containsKey(Object o) - Specified by:
- containsKeyin interface- Map<String,String>
 
 - 
containsValuepublic boolean containsValue(Object o) - Specified by:
- containsValuein interface- Map<String,String>
 
 
- 
 
-