Class ImmutableStack.Node<A>

  • All Implemented Interfaces:
    java.lang.Iterable<A>
    Enclosing class:
    ImmutableStack<A>

    private static final class ImmutableStack.Node<A>
    extends ImmutableStack<A>