Package io.atlassian.fugue
Interface Iterables.Memoizer.Node<A>
- All Known Implementing Classes:
Iterables.Memoizer.End,Iterables.Memoizer.Lazy
- Enclosing class:
Iterables.Memoizer<A>
static interface Iterables.Memoizer.Node<A>
Linked list node.
-
Method Summary
-
Method Details
-
isEnd
boolean isEnd() -
value
A value() -
next
Get the next Node.- Returns:
- a new Node
- Throws:
NoSuchElementException- if this is terminal
-