public class CachedPathIteratorFactory extends Object
Class that returns iterators for a given path. These iterators are lightweight and can be reused multiple times to iterate over the path.
Modifier and Type | Class and Description |
---|---|
class |
CachedPathIteratorFactory.CachedPathIterator
Class that allows us to iterate over a path multiple times
|
Constructor and Description |
---|
CachedPathIteratorFactory(PathIterator iterator) |
public CachedPathIteratorFactory(PathIterator iterator)
public CachedPathIteratorFactory.CachedPathIterator iterator()