|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.saager.enumerator.Pair<T,U>
public class Pair<T,U>
Field Summary | |
---|---|
Cursor<U> |
secondValue
|
Cursor<T> |
value
|
Constructor Summary | |
---|---|
Pair(Cursor<T> value,
Cursor<U> secondValue)
|
Method Summary | |
---|---|
boolean |
hasSuccessor()
|
boolean |
isFirst()
|
boolean |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Cursor<T> value
public final Cursor<U> secondValue
Constructor Detail |
---|
Pair(Cursor<T> value, Cursor<U> secondValue)
Method Detail |
---|
public boolean hasSuccessor()
public boolean remove()
public boolean isFirst()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |