Interface ParseToken.DoublyIndexedDoubleConsumer

Enclosing class:
ParseToken

public static interface ParseToken.DoublyIndexedDoubleConsumer
Interface representing instance methods that consume doubly-indexed double values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int i, int j, double value)
    Consume a doubly indexed double.
  • Method Details

    • accept

      void accept(int i, int j, double value)
      Consume a doubly indexed double.
      Parameters:
      i - first index
      j - second index
      value - value to consume