| Constructor and Description |
|---|
LoopedTrack(Sound track) |
LoopedTrack(java.lang.String track) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject) |
javax.sound.sampled.AudioFormat |
getFormat() |
int |
hashCode() |
boolean |
hasNext() |
java.util.Iterator<Sound> |
iterator() |
Sound |
next() |
java.lang.String |
toString() |
public LoopedTrack(java.lang.String track)
public LoopedTrack(Sound track)
public java.util.Iterator<Sound> iterator()
iterator in interface java.lang.Iterable<Sound>public javax.sound.sampled.AudioFormat getFormat()
public boolean hasNext()
hasNext in interface java.util.Iterator<Sound>public boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object