JUtil

Uses of Interface
net.cscott.jutil.Environment.Mark

Uses of Environment.Mark in net.cscott.jutil
 

Methods in net.cscott.jutil that return Environment.Mark
 Environment.Mark HashEnvironment.getMark()
           
 Environment.Mark PersistentEnvironment.getMark()
          Get a mark that will allow you to restore the current state of this environment.
 Environment.Mark Environment.getMark()
          Get a mark that will allow you to restore the current state of this environment.
 

Methods in net.cscott.jutil with parameters of type Environment.Mark
 void HashEnvironment.undoToMark(Environment.Mark m)
           
 void PersistentEnvironment.undoToMark(Environment.Mark m)
          Undo all changes since the supplied mark, restoring the map to its state at the time the mark was taken.
 void Environment.undoToMark(Environment.Mark m)
          Undo all changes since the supplied mark, restoring the map to its state at the time the mark was taken.
 


JUtil

Copyright (c) 2006 C. Scott Ananian