Interface VectorIterator

    • Method Detail

      • setExclude

        void setExclude​(double exclude)
      • hasNext

        boolean hasNext()
      • next

        double next()
      • getValue

        double getValue()
      • setValue

        void setValue​(double value)
      • getPosition

        long getPosition()
        return linear position of current value in vector
        Returns: