Class ImmutableStack<A>
java.lang.Object
com.jnape.palatable.lambda.internal.ImmutableStack<A>
- All Implemented Interfaces:
Iterable<A>
- Direct Known Subclasses:
ImmutableStack.Empty
,ImmutableStack.Node
Internal API. Use at your own peril.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
-
Constructor Summary
Constructors -
Method Summary
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