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 classIndex.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Index.Entry entry)java.util.Set<Index.Entry>getEntries()intgetVersion()voidload(java.io.InputStream in)voidload(java.io.Reader reader)voidstore(java.io.OutputStream out)voidstore(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)
-
-