Package com.adobe.internal.util
Class ArrayMap
- java.lang.Object
-
- com.adobe.internal.util.ArrayMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classArrayMap.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object arg0)booleancontainsValue(Object arg0)SetentrySet()Objectget(Object arg0)booleanisEmpty()SetkeySet()Objectput(Object arg0, Object arg1)voidputAll(Map arg0)Objectremove(Object arg0)intsize()Collectionvalues()-
Methods inherited from class java.lang.Object
equals, 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
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object arg0)
- Specified by:
containsKeyin interfaceMap
-
containsValue
public boolean containsValue(Object arg0)
- Specified by:
containsValuein interfaceMap
-
values
public Collection values()
-
-