1 /*2 * EJTools, the Enterprise Java Tools3 *4 * Distributable under LGPL license.5 * See terms of license at www.gnu.org.6 */7 package org.ejtools.adwt.util;8 9 import java.util.Hashtable ;10 11 /**12 * @author Laurent Etiemble13 * @version $Revision: 1.3 $14 */15 public class DefaultObjectIndexer extends Hashtable implements ObjectIndexer16 {17 }18