Class FractionalDoubleList

All Implemented Interfaces:
DoubleCollection, DoubleIterable, DoubleList, DoubleStack, Stack<Double>, Comparable<List<? extends Double>>, Iterable<Double>, Collection<Double>, List<Double>

public class FractionalDoubleList
extends AbstractDoubleList
  • Field Details

    • sectionCount

      private final int sectionCount
  • Constructor Details

    • FractionalDoubleList

      FractionalDoubleList​(int sectionCount)
  • Method Details