Uses of Class
org.parboiled.common.ImmutableList
Packages that use ImmutableList
-
Uses of ImmutableList in org.parboiled.common
Methods in org.parboiled.common that return ImmutableListModifier and TypeMethodDescriptionabstract ImmutableList<T>
static <T> ImmutableList<T>
static <T> ImmutableList<T>
ImmutableList.of()
static <T> ImmutableList<T>
ImmutableList.of
(ImmutableList<T> first, T last) static <T> ImmutableList<T>
ImmutableList.of
(T a) static <T> ImmutableList<T>
ImmutableList.of
(T... elements) static <T> ImmutableList<T>
ImmutableList.of
(T[] first, T last) static <T> ImmutableList<T>
ImmutableList.of
(T first, ImmutableList<T> more) static <T> ImmutableList<T>
ImmutableList.of
(T a, T b) static <T> ImmutableList<T>
ImmutableList.of
(T first, T[] more) static <T> ImmutableList<T>
ImmutableList.of
(T a, T b, T c) Methods in org.parboiled.common with parameters of type ImmutableListModifier and TypeMethodDescriptionstatic <T> ImmutableList<T>
ImmutableList.of
(ImmutableList<T> first, T last) static <T> ImmutableList<T>
ImmutableList.of
(T first, ImmutableList<T> more)