public class ZippedListIterator<A,B> extends Object implements ListIterator<Osgl.T2<A,B>>
| Modifier and Type | Method and Description |
|---|---|
void |
add(Osgl.T2<A,B> abt2) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Osgl.T2<A,B> |
next() |
int |
nextIndex() |
Osgl.T2<A,B> |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Osgl.T2<A,B> abt2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<Osgl.T2<A,B>>public Osgl.T2<A,B> previous()
previous in interface ListIterator<Osgl.T2<A,B>>public int nextIndex()
nextIndex in interface ListIterator<Osgl.T2<A,B>>public int previousIndex()
previousIndex in interface ListIterator<Osgl.T2<A,B>>Copyright © 2017. All Rights Reserved.