Package layers
Class LayerIterator
- java.lang.Object
-
- layers.LayerIterator
-
- All Implemented Interfaces:
ILayerList
public class LayerIterator extends java.lang.Object implements ILayerList
-
-
Constructor Summary
Constructors Constructor Description LayerIterator(java.util.List<Layer> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Layer
next()
-
-
-
Constructor Detail
-
LayerIterator
public LayerIterator(java.util.List<Layer> list)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceILayerList
-
next
public Layer next()
- Specified by:
next
in interfaceILayerList
-
-