gnu.mapping
public class LocationEnumeration extends Object implements Iterator, Enumeration
| Constructor Summary | |
|---|---|
| LocationEnumeration(NamedLocation[] bindings, int count) | |
| LocationEnumeration(SimpleEnvironment env) | |
| Method Summary | |
|---|---|
| boolean | hasMoreElements() |
| boolean | hasNext() |
| Object | next() |
| Object | nextElement() |
| Location | nextLocation() |
| void | remove() |