Uses of Class
sisc.util.InternedValue

Packages that use InternedValue
sisc.util   
 

Uses of InternedValue in sisc.util
 

Methods in sisc.util that return InternedValue
static InternedValue InternedValue.intern(Symbol name, Value value)
           
static InternedValue InternedValue.lookupByName(Symbol name)
           
static InternedValue InternedValue.lookupByValue(Value value)