|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.collections.iters.EmptyIterable<E>
E - the element typepublic final class EmptyIterable<E>
This class creates an Iterable (i.e. a class with an iterator() method) from the supplied array
| Constructor Summary | |
|---|---|
EmptyIterable()
|
|
| Method Summary | ||
|---|---|---|
static
|
get()
|
|
java.util.Iterator<E> |
iterator()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyIterable()
| Method Detail |
|---|
public static <E> EmptyIterable<E> get()
public java.util.Iterator<E> iterator()
iterator in interface java.lang.Iterable<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||