Uses of Class
sisc.modules.hashtable.HashtableBase

Packages that use HashtableBase
sisc.modules.hashtable   
 

Uses of HashtableBase in sisc.modules.hashtable
 

Subclasses of HashtableBase in sisc.modules.hashtable
 class Hashtable
           
 class SynchronizedHashtable
           
 class WeakHashtable
           
 

Methods in sisc.modules.hashtable that return HashtableBase
 HashtableBase SynchronizedHashtable.getDelegate()
           
static HashtableBase Primitives.shash(Value o)
           
 

Constructors in sisc.modules.hashtable with parameters of type HashtableBase
SynchronizedHashtable(HashtableBase delegate)