UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.gesture.util
Class Gensym

java.lang.Object
  |
  +--edu.berkeley.guir.lib.gesture.util.Gensym

public class Gensym
extends Object


Field Summary
protected static int globalCounter
           
protected static HashMap indices
           
 
Constructor Summary
protected Gensym()
           
 
Method Summary
static String next()
           
static String next(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalCounter

protected static int globalCounter

indices

protected static HashMap indices
Constructor Detail

Gensym

protected Gensym()
Method Detail

next

public static String next()

next

public static String next(String prefix)

Copyright Information