- All Implemented Interfaces:
Iterable<T>
public class SingleItemIterable<T>
extends Object
implements Iterable<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SingleItemIterable
public SingleItemIterable
(T item)
-