org.freehep.graphicsio.java
Class JAVAArrayMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.freehep.graphicsio.java.JAVAArrayMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class JAVAArrayMap
extends java.util.HashMap

Hashmap that can be constructed from an Array

Version:
$Revision$
Author:
Steffen Greiffenberg
See Also:
Serialized Form

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

HINTS

public static java.util.HashMap HINTS
Stores the string representation for JDK 1.5 Rendering Hints

Constructor Detail

JAVAArrayMap

public JAVAArrayMap(java.lang.Object[] elements)
writes the array into this

Parameters:
elements - array with [key, value, key, value ...]


Copyright © 2000-2007 FreeHEP. All Rights Reserved.