ch.nix.ert.util
Class LinkedHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byjava.util.LinkedHashMap
              extended bych.nix.ert.util.LinkedHashMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class LinkedHashMap
extends java.util.LinkedHashMap

TODO Edit this text for a better description

Author:
michi
See Also:
Serialized Form

Constructor Summary
LinkedHashMap()
           
 
Method Summary
protected  boolean removeEldestEntry(java.util.Map.Entry eldest)
           
 void setMaxSize(int size)
           
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, 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
 

Constructor Detail

LinkedHashMap

public LinkedHashMap()
Method Detail

setMaxSize

public void setMaxSize(int size)

removeEldestEntry

protected boolean removeEldestEntry(java.util.Map.Entry eldest)


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z