public final class Node3<V,A> extends Node<V,A>
Modifier and Type | Method and Description |
---|---|
<B> B |
foldLeft(F<B,F<A,B>> bff,
B z) |
<B> B |
foldRight(F<A,F<B,B>> aff,
B z) |
P2<java.lang.Integer,A> |
lookup(F<V,java.lang.Integer> o,
int i) |
<B> B |
match(F<Node2<V,A>,B> n2,
F<Node3<V,A>,B> n3) |
Digit<V,A> |
toDigit() |
V3<A> |
toVector() |