edu.ucla.belief.recursiveconditioning
Class RCNodeInternalBinaryCache.ChildIterator
Object
RCIterator
RCNodeInternalBinaryCache.ChildIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- RCNodeInternalBinaryCache
public class RCNodeInternalBinaryCache.ChildIterator
- extends RCIterator
Method Summary |
boolean |
hasNext()
|
Object |
next()
Does not guarantee any particular ordering of the nodes returned. |
RCNode |
nextNode()
Does not guarantee any particular ordering of the nodes returned. |
void |
restart()
|
RCNodeInternalBinaryCache.ChildIterator
public RCNodeInternalBinaryCache.ChildIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
- Specified by:
hasNext
in class RCIterator
next
public Object next()
- Description copied from class:
RCIterator
- Does not guarantee any particular ordering of the nodes returned.
- Specified by:
next
in interface Iterator
- Overrides:
next
in class RCIterator
nextNode
public RCNode nextNode()
- Description copied from class:
RCIterator
- Does not guarantee any particular ordering of the nodes returned.
- Specified by:
nextNode
in class RCIterator
restart
public void restart()
- Specified by:
restart
in class RCIterator
Copyright 2010 UCLA Automated Reasoning Group