flowsim.dv
Class DVTableSorted

java.lang.Object
  |
  +--flowsim.dv.DVTableSorted

public final class DVTableSorted
extends java.lang.Object
implements DVTable, java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 int get(Node n)
           
 java.util.Enumeration nodes()
           
 void put(Node n, int cost)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public void put(Node n,
                int cost)
Specified by:
put in interface DVTable

get

public int get(Node n)
Specified by:
get in interface DVTable

nodes

public java.util.Enumeration nodes()
Specified by:
nodes in interface DVTable

size

public int size()
Specified by:
size in interface DVTable

clone

public java.lang.Object clone()
Specified by:
clone in interface DVTable
Overrides:
clone in class java.lang.Object