|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.freehep.graphicsio.java.JAVAArrayMap
public class JAVAArrayMap
Hashmap that can be constructed from an Array
Field Summary | |
---|---|
static java.util.HashMap |
HINTS
Stores the string representation for JDK 1.5 Rendering Hints |
Constructor Summary | |
---|---|
JAVAArrayMap(java.lang.Object[] elements)
writes the array into this |
Method Summary |
---|
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
public static java.util.HashMap HINTS
Constructor Detail |
---|
public JAVAArrayMap(java.lang.Object[] elements)
elements
- array with [key, value, key, value ...]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |