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