Package org.apache.avro
Class MapIterator<T>
- java.lang.Object
-
- org.apache.avro.MapIterator<T>
-
-
Constructor Summary
Constructors Constructor Description MapIterator(org.apache.avro.io.Decoder decoder, org.apache.avro.io.DatumReader<T> valueReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Map.Entry<String,T>next()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
-
MapIterator
public MapIterator(org.apache.avro.io.Decoder decoder, org.apache.avro.io.DatumReader<T> valueReader)
-
-