T - the type yielded by the iteratorpublic class EmptyIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
EmptyIterable() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |