org.kahina.core.util
Class LinkedMap

java.lang.Object
  extended by org.kahina.core.util.LinkedMap

public class LinkedMap
extends Object

Map implementation based on linked lists geared towards small collections, designed to be space-efficient.


Constructor Summary
LinkedMap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedMap

public LinkedMap()