de.unidu.is.util
Class HashPropertyMap

java.lang.Object
  extended byde.unidu.is.util.PropertyMap
      extended byde.unidu.is.util.DelegatedPropertyMap
          extended byde.unidu.is.util.HashPropertyMap
All Implemented Interfaces:
java.util.Map

public class HashPropertyMap
extends DelegatedPropertyMap

A property map which is backed by a LinkedHashMap.

Since:
2003-06-22
Version:
$Revision: 1.7 $, $Date: 2005/02/21 17:29:29 $
Author:
Henrik Nottelmann
See Also:
HashMap

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class de.unidu.is.util.DelegatedPropertyMap
initKeys, map
 
Fields inherited from class de.unidu.is.util.PropertyMap
multipleValues
 
Constructor Summary
HashPropertyMap()
          Creates a new (empty) instance.
HashPropertyMap(boolean multiple)
          Creates a new (empty) instance.
 
Methods inherited from class de.unidu.is.util.DelegatedPropertyMap
changed, clear, containsKey, containsValue, entrySet, equals, get, getAll, getInitKeys, getMap, hashCode, init, isEmpty, keySet, put, putAll, putInitial, putNoChange, remove, remove, setInitKeys, setMap, size, toString, values
 
Methods inherited from class de.unidu.is.util.PropertyMap
addDouble, addDouble, addDouble, addInt, addInt, addInt, apply, convertString, divDouble, divDouble, divDouble, divInt, divInt, divInt, getBoolean, getDouble, getInt, getLength, getLong, getMaxDouble, getMaxKey, getMinDouble, getString, getString, getSum, hasMultipleValues, inc, initDouble, isMultipleValues, multDouble, multDouble, multDouble, multDouble, multInt, multInt, multInt, normalizeLength, removeCloseToZero, removeZero, set, setBoolean, setDouble, setInt, setLong, setMultipleValues, setString, subDouble, subDouble, subDouble, subInt, subInt, subInt
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashPropertyMap

public HashPropertyMap()
Creates a new (empty) instance.


HashPropertyMap

public HashPropertyMap(boolean multiple)
Creates a new (empty) instance.

Parameters:
multiple - values if true, multiple values can be hold for a key