Package | Description |
---|---|
org.parboiled | |
org.parboiled.common |
Modifier and Type | Method and Description |
---|---|
ImmutableLinkedList<Node<V>> |
MatcherContext.getSubNodes() |
Modifier and Type | Method and Description |
---|---|
static <T> ImmutableLinkedList<T> |
ImmutableLinkedList.nil() |
ImmutableLinkedList<T> |
ImmutableLinkedList.prepend(T object) |
ImmutableLinkedList<T> |
ImmutableLinkedList.reverse() |
ImmutableLinkedList<T> |
ImmutableLinkedList.tail() |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
ImmutableLinkedList.equal(ImmutableLinkedList<T> a,
ImmutableLinkedList<T> b) |
static <T> boolean |
ImmutableLinkedList.equal(ImmutableLinkedList<T> a,
ImmutableLinkedList<T> b) |
static int |
ImmutableLinkedList.hashCode(ImmutableLinkedList<?> list) |
Constructor and Description |
---|
ImmutableLinkedList(T head,
ImmutableLinkedList<T> tail) |
Copyright © 2020. All rights reserved.