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, pushMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
head
-
tail
-
-
Constructor Details
-
Node
-
-
Method Details
-
head
- Specified by:
headin classImmutableStack<A>
-
tail
- Specified by:
tailin classImmutableStack<A>
-