public interface Glossary
| Modifier and Type | Method and Description |
|---|---|
GlossaryEntry |
find(String keyword)
find the keyword in the glossary.
|
Collection<GlossaryEntry> |
findAll()
returns the list of all GlossaryEntries
|
String |
getUrl()
url to glossary web page
|
GlossaryEntry find(String keyword)
keyword - Collection<GlossaryEntry> findAll()
String getUrl()
Copyright © 2023. All rights reserved.