public abstract class RSReader<T> extends Object implements Iterator<T>
RSReader(String locator)
boolean
hasNext()
T
next()
void
remove()
abstract T
transform(String serializedItem)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSReader(String locator) throws Exception
Exception
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public abstract T transform(String serializedItem) throws Exception
public void remove()
remove
Copyright © 2018. All Rights Reserved.