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 class
Index.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(Index.Entry entry)
List<Index.Entry>
getEntries()
int
getVersion()
void
load(InputStream in)
void
load(Reader reader)
void
store(OutputStream out)
void
store(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)
-
-