Class ImmutableQueue.NonEmpty<A>
java.lang.Object
com.jnape.palatable.lambda.internal.ImmutableQueue<A>
com.jnape.palatable.lambda.internal.ImmutableQueue.NonEmpty<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
ImmutableQueue<A>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNonEmpty(ImmutableStack<A> outbound, ImmutableStack<A> inbound) -
Method Summary
Methods inherited from class ImmutableQueue
empty, isEmpty, iterator, singletonMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
outbound
-
inbound
-
-
Constructor Details
-
NonEmpty
-
-
Method Details
-
pushFront
- Specified by:
pushFrontin classImmutableQueue<A>
-
pushBack
- Specified by:
pushBackin classImmutableQueue<A>
-
concat
- Specified by:
concatin classImmutableQueue<A>
-
head
- Specified by:
headin classImmutableQueue<A>
-
tail
- Specified by:
tailin classImmutableQueue<A>
-