Uses of Class
edu.uky.ai.util.ImmutableList
Packages that use ImmutableList
-
Uses of ImmutableList in edu.uky.ai.util
Fields in edu.uky.ai.util declared as ImmutableListModifier and TypeFieldDescriptionfinal ImmutableList<E>ImmutableList.restThe other elements in the list (elements 2 to n)Methods in edu.uky.ai.util that return ImmutableListModifier and TypeMethodDescriptionReturns a new list with the given element added as the first element.Returns a list with the first occurrence of the given element removed.Constructors in edu.uky.ai.util with parameters of type ImmutableListModifierConstructorDescriptionprotectedImmutableList(E first, ImmutableList<E> rest) Constructs a new immutable list with a given first element and a given rest of the list.