KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejtools > adwt > util > DefaultObjectIndexer


1 /*
2  * EJTools, the Enterprise Java Tools
3  *
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 JavaDoc;
10
11 /**
12  * @author Laurent Etiemble
13  * @version $Revision: 1.3 $
14  */

15 public class DefaultObjectIndexer extends Hashtable JavaDoc implements ObjectIndexer
16 {
17 }
18
Popular Tags