|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.DefaultMutableTreeNode.BreadthFirstEnumeration.Queue
final class DefaultMutableTreeNode.BreadthFirstEnumeration.Queue
Nested Class Summary | |
---|---|
(package private) class |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode
|
Field Summary | |
---|---|
(package private) DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode |
head
|
(package private) DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode |
tail
|
Constructor Summary | |
---|---|
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue()
|
Method Summary | |
---|---|
java.lang.Object |
dequeue()
|
void |
enqueue(java.lang.Object anObject)
|
java.lang.Object |
firstObject()
|
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode head
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode tail
Constructor Detail |
---|
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue()
Method Detail |
---|
public void enqueue(java.lang.Object anObject)
public java.lang.Object dequeue()
public java.lang.Object firstObject()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |