Package 

Class ListPointL

  • All Implemented Interfaces:
    java.lang.Iterable

    
    public class ListPointL
     implements Iterable<PointL>
                        

    Optimized version of List<PointL> Created by Fabrice on 31/12/2017.

    • Method Summary

      Modifier and Type Method Description
      void clear()
      int size()
      PointL get(int pIndex)
      void add(long pX, long pY)
      Iterator<PointL> iterator()
      • Methods inherited from class java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait