Uses of Class
org.parboiled.common.ImmutableLinkedList
Packages that use ImmutableLinkedList
-
Uses of ImmutableLinkedList in org.parboiled
Methods in org.parboiled that return ImmutableLinkedList -
Uses of ImmutableLinkedList in org.parboiled.common
Methods in org.parboiled.common that return ImmutableLinkedListModifier and TypeMethodDescriptionstatic <T> ImmutableLinkedList
<T> ImmutableLinkedList.nil()
ImmutableLinkedList.reverse()
ImmutableLinkedList.tail()
Methods in org.parboiled.common with parameters of type ImmutableLinkedListModifier and TypeMethodDescriptionstatic <T> boolean
ImmutableLinkedList.equal
(ImmutableLinkedList<T> a, ImmutableLinkedList<T> b) static int
ImmutableLinkedList.hashCode
(ImmutableLinkedList<?> list) Constructors in org.parboiled.common with parameters of type ImmutableLinkedList