Package com.ibm.fhir.registry.util
Class Index
- java.lang.Object
-
- com.ibm.fhir.registry.util.Index
-
public class Index extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndex.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Index.Entry entry)List<Index.Entry>getEntries()intgetVersion()voidload(InputStream in)voidload(Reader reader)voidstore(OutputStream out)voidstore(Writer writer)
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
getEntries
public List<Index.Entry> getEntries()
-
load
public void load(InputStream in)
-
load
public void load(Reader reader)
-
store
public void store(OutputStream out)
-
store
public void store(Writer writer)
-
add
public boolean add(Index.Entry entry)
-
-