|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.lbs.maps.model.geospatial.GsElementEnumeration
public class GsElementEnumeration
Represents an Enumeration of GsElement elements.
| Method Summary | ||
|---|---|---|
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
|
Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
|
GsElement |
nextGsElement()
Retrieves the next GsElement in this enumeration if there
is at least one more element to provide. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasMoreElements()
Enumeration
hasMoreElements in interface Enumerationtrue if and only if this enumeration object
contains at least one more element to provide;
false otherwise.public Object nextElement()
Enumeration
nextElement in interface Enumerationpublic GsElement nextGsElement()
GsElement in this enumeration if there
is at least one more element to provide.
NoSuchElementException - if no more elements exist.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal