|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.collections.iters.DropIterable<E>
public class DropIterable<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 |
|---|
public final java.lang.Iterable<E> iterable
public final int count
| Constructor Detail |
|---|
public DropIterable(java.lang.Iterable<E> iterable,
int count)
| Method Detail |
|---|
public java.util.Iterator<E> iterator()
iterator in interface java.lang.Iterable<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||