T - the value typepublic final class RepeatCountIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
RepeatCountIterable(int count,
T value)
Constructor, initializes the fields.
|
public RepeatCountIterable(int count,
T value)
count - the repeat countvalue - the value to repeat