Class ImmutableQueue.Empty<A>
java.lang.Object
com.jnape.palatable.lambda.internal.ImmutableQueue<A>
com.jnape.palatable.lambda.internal.ImmutableQueue.Empty<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
ImmutableQueue<A>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jnape.palatable.lambda.internal.ImmutableQueue
empty, isEmpty, iterator, singletonMethods 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
-
INSTANCE
-
-
Constructor Details
-
Empty
private Empty()
-
-
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>
-