Class Index
- java.lang.Object
-
- org.linuxforhealth.fhir.registry.util.Index
-
public class Index extends java.lang.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)
java.util.Set<Index.Entry>
getEntries()
int
getVersion()
void
load(java.io.InputStream in)
void
load(java.io.Reader reader)
void
store(java.io.OutputStream out)
void
store(java.io.Writer writer)
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
getEntries
public java.util.Set<Index.Entry> getEntries()
-
load
public void load(java.io.InputStream in)
-
load
public void load(java.io.Reader reader)
-
store
public void store(java.io.OutputStream out)
-
store
public void store(java.io.Writer writer)
-
add
public boolean add(Index.Entry entry)
-
-