Used for storing iterators.
Definition at line 41 of file Environment.java.
Public Member Functions | |
| Environment () | |
| Constructor for Environment. | |
| boolean | existsIterator (String name) |
| Checks if iterator name exists in the table. | |
| boolean | addIterator (String name, Iterator iterator) |
| Adds an Iterator to the hashtable, hashed with name. | |
| boolean | removeIterator (String name) |
| Removes the Iterator name from the hashtable. | |
| ArgoPrintIterator | getIterator (String name) |
| Gets the Iterator called name from the hashtable. | |
| Environment | instance () |
| Returns referenc to self. | |
|
|
Constructor for Environment.
Definition at line 57 of file Environment.java. |
|
||||||||||||
|
Adds an Iterator to the hashtable, hashed with name. Returns true if succesful. Definition at line 74 of file Environment.java. |
|
|
Checks if iterator name exists in the table.
Definition at line 65 of file Environment.java. |
|
|
Gets the Iterator called name from the hashtable. Returns the iterator if succesful, othervise null Definition at line 111 of file Environment.java. |
|
|
Returns referenc to self.
Definition at line 123 of file Environment.java. |
|
|
Removes the Iterator name from the hashtable. Returns true if succesful. Definition at line 97 of file Environment.java. |
1.3.4