Package org.apache.avro
Class ArrayIterator<T>
- java.lang.Object
-
- org.apache.avro.ArrayIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ArrayIterator(org.apache.avro.io.Decoder decoder, org.apache.avro.io.DatumReader<T> elementReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ArrayIterator
public ArrayIterator(org.apache.avro.io.Decoder decoder, org.apache.avro.io.DatumReader<T> elementReader)
-
-