| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the glossary reader.
|
boolean |
hasNext()
Indicates if there is another entry.
|
ConceptEntry |
next()
Gets the next entry in this glossary.
|
void |
open(File file)
Opens a glossary from a File.
|
void |
open(InputStream input)
Opens a glossary from an input stream.
|
void open(File file)
file - the glossary file.void open(InputStream input)
input - the input to read.void close()
boolean hasNext()
ConceptEntry next()
Copyright © 2019. All rights reserved.