T - the value typepublic final class JustIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
JustIterable(T value)
Constructor with the single value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |