|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.mapping.LocationEnumeration
public class LocationEnumeration
| Constructor Summary | |
|---|---|
LocationEnumeration(NamedLocation[] bindings,
int count)
|
|
LocationEnumeration(SimpleEnvironment env)
|
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
|
boolean |
hasNext()
|
Location |
next()
|
Location |
nextElement()
|
Location |
nextLocation()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationEnumeration(NamedLocation[] bindings,
int count)
public LocationEnumeration(SimpleEnvironment env)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<Location>public Location nextElement()
nextElement in interface java.util.Enumeration<Location>public Location nextLocation()
public boolean hasNext()
hasNext in interface java.util.Iterator<Location>public Location next()
next in interface java.util.Iterator<Location>public void remove()
remove in interface java.util.Iterator<Location>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||