public static class ArticlesGlossary.Letter
extends java.lang.Object
| Constructor and Description |
|---|
Letter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWord(ArticlesGlossary.Word word)
Add an word to the Letter.
|
ArticlesGlossary.Word |
getWord(java.lang.String word)
Return the word for a specified definition.
|
java.util.SortedMap<java.lang.String,ArticlesGlossary.Word> |
getWords()
Return the Map of words for the letter.
|
boolean |
hasWord(java.lang.String word)
Return true if the letter contains a specified word definition.
|
public void addWord(ArticlesGlossary.Word word)
word - the wordpublic boolean hasWord(java.lang.String word)
word - the wordpublic ArticlesGlossary.Word getWord(java.lang.String word)
word - the word definitionpublic java.util.SortedMap<java.lang.String,ArticlesGlossary.Word> getWords()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence