public final class IterableTreeNode.BreadthFirstIterator.Queue extends Object
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(Iterator<IterableTreeNode<?>> anObject) |
boolean |
isEmpty() |
Iterator<IterableTreeNode<?>> |
peek() |
void |
pop() |
public void enqueue(Iterator<IterableTreeNode<?>> anObject)
public void pop()
public Iterator<IterableTreeNode<?>> peek()
public boolean isEmpty()
Copyright © 2008–2019 Ultreia.io. All rights reserved.