|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.retroweaver.runtime.java.lang.Iterable_
public final class Iterable_
Replacements for methods added to java.lang.Iterable in Java 1.5, used for targets of the "foreach" statement.
| Method Summary | |
|---|---|
static java.util.Iterator |
iterator(java.lang.Object iterable)
Returns an iterator for iterable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Iterator iterator(java.lang.Object iterable)
iterable.
iterable - the object to get the Iterator from
java.lang.UnsupportedOperationException - if an iterator method can not be found.
java.lang.NullPointerException - if iterable is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||