protected class ID3v2Frame.RawTagIterator extends Object implements Iterator<ID3v2Frame.RawTag>
Modifier | Constructor and Description |
---|---|
protected |
RawTagIterator(int nameLength,
int sizeLength,
int sizeMultiplier,
int flagLength) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ID3v2Frame.RawTag |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected RawTagIterator(int nameLength, int sizeLength, int sizeMultiplier, int flagLength)
public boolean hasNext()
hasNext
in interface Iterator<ID3v2Frame.RawTag>
public ID3v2Frame.RawTag next()
next
in interface Iterator<ID3v2Frame.RawTag>
public void remove()
remove
in interface Iterator<ID3v2Frame.RawTag>
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.