Uses of Class
org.parboiled.common.ImmutableLinkedList
-
Packages that use ImmutableLinkedList Package Description org.parboiled org.parboiled.common -
-
Uses of ImmutableLinkedList in org.parboiled
Methods in org.parboiled that return ImmutableLinkedList Modifier and Type Method Description ImmutableLinkedList<Node<V>>MatcherContext. getSubNodes() -
Uses of ImmutableLinkedList in org.parboiled.common
Methods in org.parboiled.common that return ImmutableLinkedList Modifier and Type Method Description static <T> ImmutableLinkedList<T>ImmutableLinkedList. nil()ImmutableLinkedList<T>ImmutableLinkedList. prepend(T object)ImmutableLinkedList<T>ImmutableLinkedList. reverse()ImmutableLinkedList<T>ImmutableLinkedList. tail()Methods in org.parboiled.common with parameters of type ImmutableLinkedList Modifier and Type Method Description static <T> booleanImmutableLinkedList. equal(ImmutableLinkedList<T> a, ImmutableLinkedList<T> b)static intImmutableLinkedList. hashCode(ImmutableLinkedList<?> list)Constructors in org.parboiled.common with parameters of type ImmutableLinkedList Constructor Description ImmutableLinkedList(T head, ImmutableLinkedList<T> tail)
-