Class MultiShape3D.BackendIterator<CT extends Shape3D<?,​?,​?,​?,​?,​?>>

  • Type Parameters:
    CT - the type of the iterated shapes.
    All Implemented Interfaces:
    Iterator<CT>, ListIterator<CT>
    Enclosing interface:
    MultiShape3D<ST extends Shape3D<?,​?,​I,​P,​V,​B>,​IT extends MultiShape3D<?,​?,​CT,​I,​P,​V,​B>,​CT extends Shape3D<?,​?,​I,​P,​V,​B>,​I extends PathIterator3D<?>,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends Shape3D<?,​?,​I,​P,​V,​B>>

    public static class MultiShape3D.BackendIterator<CT extends Shape3D<?,​?,​?,​?,​?,​?>>
    extends Object
    implements ListIterator<CT>
    Iterator on elements of a list that is able to notify the backend when the iterator has change the backend data.
    Version:
    17.0 2020-01-04 14:41:43
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathgeom