org.freehep.graphicsio.java
Class JAVAArrayMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.freehep.graphicsio.java.JAVAArrayMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class JAVAArrayMap
- extends HashMap
Hashmap that can be constructed from an Array
- Version:
- $Revision$
- Author:
- Steffen Greiffenberg
- See Also:
- Serialized Form
Field Summary |
static HashMap |
HINTS
Stores the string representation for JDK 1.5 Rendering Hints |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
HINTS
public static HashMap HINTS
- Stores the string representation for JDK 1.5 Rendering Hints
JAVAArrayMap
public JAVAArrayMap(Object[] elements)
- writes the array into this
- Parameters:
elements
- array with [key, value, key, value ...]
Copyright © 2012. All Rights Reserved.