com.natpryce.makeiteasy
Class SequenceDonor<T>

java.lang.Object
  extended by com.natpryce.makeiteasy.SequenceDonor<T>

public abstract class SequenceDonor<T>
extends Object


Constructor Summary
SequenceDonor()
           
 
Method Summary
 T value()
           
protected abstract  T valueWithIndex(long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDonor

public SequenceDonor()
Method Detail

value

public T value()

valueWithIndex

protected abstract T valueWithIndex(long l)


Copyright © 2010. All Rights Reserved.