Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- oracle.javatools.util.ArrayMap<K,V>
-
- All Implemented Interfaces:
- java.util.Map<K,V>
public class ArrayMap<K,V>
extends java.util.AbstractMap<K,V>
A map stored in arrays, suitable for a small number of entries.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
-
Constructor Summary
Constructors
Constructor and Description |
ArrayMap() |
ArrayMap(java.util.Map<? extends K,? extends V> map) |
-
Method Summary
-
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, keySet, putAll, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
ArrayMap
public ArrayMap()
-
Method Detail
-
size
public int size()
- Specified by:
size
in interface java.util.Map<K,V>
- Overrides:
size
in class java.util.AbstractMap<K,V>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Map<K,V>
- Overrides:
isEmpty
in class java.util.AbstractMap<K,V>
-
clear
public void clear()
- Specified by:
clear
in interface java.util.Map<K,V>
- Overrides:
clear
in class java.util.AbstractMap<K,V>
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.