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 Summary
Nested Classes Modifier and Type Class Description class
CachedPathIteratorFactory.CachedPathIterator
Class that allows us to iterate over a path multiple times
-
Constructor Summary
Constructors Constructor Description CachedPathIteratorFactory(PathIterator iterator)
-
-
-
Constructor Detail
-
CachedPathIteratorFactory
public CachedPathIteratorFactory(PathIterator iterator)
-
-
Method Detail
-
iterator
public CachedPathIteratorFactory.CachedPathIterator iterator()
-
-