KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > datadictionarysystem > information > _IndexInformation


1 package com.daffodilwoods.daffodildb.server.datadictionarysystem.information;
2
3 public interface _IndexInformation extends java.io.Externalizable JavaDoc{
4   _IndexInfo getIndexInfo(int index);
5 }
6
7
Popular Tags