|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.utils.heap.HeapImmutableIterator<NODE>
public class HeapImmutableIterator<NODE>
| Constructor Summary | |
|---|---|
HeapImmutableIterator(Iterator<NODE> iter)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
NODE |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeapImmutableIterator(Iterator<NODE> iter)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<NODE>public NODE next()
next in interface Iterator<NODE>public void remove()
remove in interface Iterator<NODE>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||