Class IDoubleList.IDoubleListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
Enclosing class:
IDoubleList

protected static class IDoubleList.IDoubleListableFromCollection extends Object
Wrapper to treat a Collection as IDoubleListable.

Note that the implementation relies on the fact that the elements are only accessed sequentially.

Author:
Thomas Mauch
  • Method Details

    • size

      public int size()
    • get

      public double get(int index)