org.saager.enumerator
Class Pair<T,U>

java.lang.Object
  extended by org.saager.enumerator.Pair<T,U>

public class Pair<T,U>
extends java.lang.Object


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

value

public final Cursor<T> value

secondValue

public final Cursor<U> secondValue
Constructor Detail

Pair

Pair(Cursor<T> value,
     Cursor<U> secondValue)
Method Detail

hasSuccessor

public boolean hasSuccessor()

remove

public boolean remove()

isFirst

public boolean isFirst()