All Packages Class Hierarchy This Package Previous Next Index
Class tlk.lang.StupidDictionary
java.lang.Object
|
+----java.util.Dictionary
|
+----tlk.lang.StupidDictionary
- public class StupidDictionary
- extends Dictionary
- implements Serializable
This should be used to access words from the stupid language.
Still a mystery how.
NOT IMPLEMENTED YET
Written: Radu Sion
Version: 0.1
Source: StupidDictionary.java
Visit
Smart Software
-
StupidDictionary()
- Constructs a new StupidDictionary.
-
elements()
-
-
get(Object)
-
-
isEmpty()
-
-
keys()
-
-
put(Object, Object)
-
-
remove(Object)
-
-
size()
-
-
toString()
- Other methods *
StupidDictionary
public StupidDictionary()
- Constructs a new StupidDictionary.
Based on a certain alphabet we might construct a new description
by using terms from the given base/alphabet.
No parameter checkings are performed.
elements
public Enumeration elements()
- Overrides:
- elements in class Dictionary
- See Also:
- elements
get
public Object get(Object key)
- Overrides:
- get in class Dictionary
- See Also:
- get
isEmpty
public boolean isEmpty()
- Overrides:
- isEmpty in class Dictionary
- See Also:
- isEmpty
keys
public Enumeration keys()
- Overrides:
- keys in class Dictionary
- See Also:
- keys
put
public Object put(Object key,
Object value)
- Overrides:
- put in class Dictionary
- See Also:
- put
remove
public Object remove(Object key)
- Overrides:
- remove in class Dictionary
- See Also:
- remove
size
public int size()
- Overrides:
- size in class Dictionary
- See Also:
- size
toString
public String toString()
- Other methods *
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index