|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic type of the values returned by this interfacepublic interface IteratorIterable<T>
An interface that represents both a java.util.Iterator
and a java.lang.Iterable
.
JDOM 1.x has a number of methods that return an Iterator. These methods would (in some conditions) be better represented as an Iterable. To maintain compatibility, and to extend the functionality of these methods in JDOM2, they have been altered to return an instance of this interface.
Method Summary |
---|
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |