T - public class IteratorToReaderWrapper<T> extends Object
| Constructor and Description |
|---|
IteratorToReaderWrapper(Iterator<T> iterator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
T |
getCurrentObject()
Get the current object
|
boolean |
nextObject()
Read next object
|
public boolean nextObject()
public T getCurrentObject()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.