Class First<T>

All Implemented Interfaces:
Iterable<T>

public final class First<T> extends DelegatingIterable<T>
An Iterable decorator which returns only the first few elements of the delegate.
  • Constructor Details