Interface Iterables.Memoizer.Node<A>

    • Method Detail

      • isEnd

        boolean isEnd()
      • value

        A value()
      • next

        Iterables.Memoizer.Node<A> next()
                                 throws java.util.NoSuchElementException
        Get the next Node.
        Returns:
        a new Node
        Throws:
        java.util.NoSuchElementException - if this is terminal