public class ITunes extends Object implements Iterable<PlayList>
ITunes(String fileName)
Iterator<PlayList>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ITunes(String fileName) throws FileNotFoundException
FileNotFoundException
fileName
public Iterator<PlayList> iterator()
iterator
Iterable<PlayList>