public class CollectionDictionary extends java.lang.Object implements Dictionary
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
CollectionDictionary(java.util.Collection coll)
Create a new CollectionDictionnary using the given String collection
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getWordsIterator()
return all the words present in the dictionnary
|
public static final java.lang.String REVISION
public CollectionDictionary(java.util.Collection coll)
coll
- public java.util.Iterator getWordsIterator()
Dictionary
getWordsIterator
in interface Dictionary
Copyright © 2001-2010 Jalios SA. All Rights Reserved.