org.jjoost.collections.iters
Class DropIterable<E>

java.lang.Object
  extended by org.jjoost.collections.iters.DropIterable<E>
All Implemented Interfaces:
java.lang.Iterable<E>

public class DropIterable<E>
extends java.lang.Object
implements java.lang.Iterable<E>


Field Summary
 int count
           
 java.lang.Iterable<E> iterable
           
 
Constructor Summary
DropIterable(java.lang.Iterable<E> iterable, int count)
           
 
Method Summary
 java.util.Iterator<E> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterable

public final java.lang.Iterable<E> iterable

count

public final int count
Constructor Detail

DropIterable

public DropIterable(java.lang.Iterable<E> iterable,
                    int count)
Method Detail

iterator

public java.util.Iterator<E> iterator()
Specified by:
iterator in interface java.lang.Iterable<E>