- java.lang.Object
-
- org.refcodes.serial.ByteArraySequence.SequenceIterator
-
- Enclosing class:
- ByteArraySequence
public class ByteArraySequence.SequenceIterator extends Object implements Iterator<Byte>
Implements theIteratorinterface being appied to an instancoe of theByteArraySequencetype.
-
-
Constructor Summary
Constructors Constructor Description SequenceIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Bytenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-