org.farng.mp3.id3
Class ID3v1Iterator

java.lang.Object
  extended by org.farng.mp3.id3.ID3v1Iterator
All Implemented Interfaces:
java.util.Iterator

public class ID3v1Iterator
extends java.lang.Object
implements java.util.Iterator

This is a manual iterator for an ID3v2 tag

Version:
$Revision: 3 $
Author:
Eric Farng

Constructor Summary
ID3v1Iterator(ID3v1 id3v1tag)
          Creates a new ID3v1Iterator object.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID3v1Iterator

public ID3v1Iterator(ID3v1 id3v1tag)
Creates a new ID3v1Iterator object.

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator