Class IDoubleList.IDoubleListableFromList

java.lang.Object
org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
All Implemented Interfaces:
IDoubleListable
Enclosing class:
IDoubleList

protected static class IDoubleList.IDoubleListableFromList extends Object implements IDoubleListable
Wrapper to treat a List as IDoubleListable.
  • Field Details

  • Constructor Details

    • IDoubleListableFromList

      IDoubleListableFromList(List<Double> list)
  • Method Details