|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.util.EnumerationAdapter<T>
public class EnumerationAdapter<T>
Enumeration adapter.
Constructor Summary | |
---|---|
EnumerationAdapter(Enumeration enumeration)
Creates instance of the adapter. |
Method Summary | |
---|---|
Iterator<T> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumerationAdapter(Enumeration enumeration)
enumeration
- enumeration to create iterator over it's elementsMethod Detail |
---|
public Iterator<T> iterator()
iterator
in interface Iterable<T>
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |