SandMark version 2.0


sandmark.util
Class HashTable

java.lang.Object
  |
  +--sandmark.util.HashTable

public class HashTable
extends java.lang.Object

This class stores the information provided by the obfuscation configuration pane.


Field Summary
static java.util.Hashtable ht
           
 
Constructor Summary
HashTable()
           
 
Method Summary
static int getIndexForObf(java.lang.String className)
           
static void putIndexForObf(java.lang.String className, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ht

public static java.util.Hashtable ht
Constructor Detail

HashTable

public HashTable()
Method Detail

putIndexForObf

public static void putIndexForObf(java.lang.String className,
                                  int index)

getIndexForObf

public static int getIndexForObf(java.lang.String className)

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002