Class ImmutableStack.Node<A>
java.lang.Object
com.jnape.palatable.lambda.internal.ImmutableStack<A>
com.jnape.palatable.lambda.internal.ImmutableStack.Node<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
ImmutableStack<A>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jnape.palatable.lambda.internal.ImmutableStack
empty, isEmpty, iterator, push
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
head
-
tail
-
-
Constructor Details
-
Node
-
-
Method Details
-
head
- Specified by:
head
in classImmutableStack<A>
-
tail
- Specified by:
tail
in classImmutableStack<A>
-