gzz.impl
Class SimpleDim.DirMap

java.lang.Object
  |
  +--gzz.impl.SimpleDim.DirMap
Enclosing class:
SimpleDim

protected final class SimpleDim.DirMap
extends java.lang.Object

A map in one direction.


Constructor Summary
SimpleDim.DirMap(java.lang.Object key)
           
SimpleDim.DirMap(SimpleDim.DirMap d)
           
 
Method Summary
 boolean containsKey(Cell c)
           
 Cell get(Cell c)
           
 Cell get(Cell c, Obs o)
           
 java.util.Set keySet()
           
 void put(Cell c, Cell d)
           
 void remove(Cell c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDim.DirMap

public SimpleDim.DirMap(java.lang.Object key)

SimpleDim.DirMap

public SimpleDim.DirMap(SimpleDim.DirMap d)
Method Detail

get

public Cell get(Cell c,
                Obs o)

get

public Cell get(Cell c)

put

public void put(Cell c,
                Cell d)

remove

public void remove(Cell c)

containsKey

public boolean containsKey(Cell c)

keySet

public java.util.Set keySet()