public final class RepeatCountIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
RepeatCountIterable(int count, T value)
java.util.Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RepeatCountIterable(int count, T value)
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>