|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CircularIterator | |
| edu.umd.cfar.lamp.viper.util | Provides miscellanious utility classes for the ViPER suite. |
| viper.api.impl | This package contians the default implementation of the ViPER API. |
| Uses of CircularIterator in edu.umd.cfar.lamp.viper.util |
| Classes in edu.umd.cfar.lamp.viper.util that implement CircularIterator | |
class |
AbstractCircularIterator
An abstract iterator that does not have an end, instead returning to the beginning. |
| Uses of CircularIterator in viper.api.impl |
| Methods in viper.api.impl that return CircularIterator | |
static CircularIterator |
Util.childIterator(Node n)
Returns a circular iterator (never ends, unless there are no elements) through all children of the node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||