Ejemplo n.º 1
0
  /**
   * Lookup the entry identified by <code>key</code> in <code>self</code> and return its value, or
   * NULL if no such entry exists. Uses an <code>eqlP</code> test by default or <code>equalP</code>
   * if <code>equalTestP</code> of <code>self</code> is TRUE.
   *
   * @param key
   * @return Stella_Object
   */
  public Stella_Object lookup(Stella_Object key) {
    {
      StellaHashTable self = this;

      return (StellaHashTable.stellaHashTableLookup(self, key));
    }
  }