sexi.comp
Class NeighbourMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--sexi.comp.NeighbourMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class NeighbourMap
extends java.util.HashMap

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
NeighbourMap()
           
NeighbourMap(int initialCapacity, float loadFactor)
           
 
Method Summary
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.HashMap
, capacity, clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, loadFactor, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
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

NeighbourMap

public NeighbourMap()

NeighbourMap

public NeighbourMap(int initialCapacity,
                    float loadFactor)
Method Detail

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Overrides:
put in class java.util.HashMap

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractMap