Lines Matching refs:lookups
32 private Hashtable lookups; // A hash table of lookups for the item (i.e. ({#}, Meaning) pairs)
52 lookups = new Hashtable();
129 * Returns a hashtable of the various lookups associated with the item. Lookups are
135 return lookups;
163 * Given a hashtable of lookups, associates those lookups with this item.
166 public void setLookups(Hashtable lookups) {
167 this.lookups = lookups;
287 Enumeration elems = lookups.keys();
290 retStr += "\n# @{" + str + "} " + (String)lookups.get(str);