Package org.robolectric.shadows
Class CachedPathIteratorFactory
- java.lang.Object
- 
- org.robolectric.shadows.CachedPathIteratorFactory
 
- 
 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.copied from https://github.com/aosp-mirror/platform_frameworks_base/blob/oreo-release/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/CachedPathIteratorFactory.java 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCachedPathIteratorFactory.CachedPathIteratorClass that allows us to iterate over a path multiple times
 - 
Constructor SummaryConstructors Constructor Description CachedPathIteratorFactory(PathIterator iterator)
 
- 
- 
- 
Constructor Detail- 
CachedPathIteratorFactorypublic CachedPathIteratorFactory(PathIterator iterator) 
 
- 
 - 
Method Detail- 
iteratorpublic CachedPathIteratorFactory.CachedPathIterator iterator() 
 
- 
 
-