Uses of Class
edu.uky.ai.util.ImmutableList
Package | Description |
---|---|
edu.uky.ai.util |
Contains assorted helpful objects.
|
-
Uses of ImmutableList in edu.uky.ai.util
Fields in edu.uky.ai.util declared as ImmutableList Modifier and Type Field Description ImmutableList<E>
ImmutableList. rest
The other elements in the list (elements 2 to n)Methods in edu.uky.ai.util that return ImmutableList Modifier and Type Method Description ImmutableList<E>
ImmutableList. add(E element)
Returns a new list with the given element added as the first element.ImmutableList<E>
ImmutableList. remove(java.lang.Object element)
Returns a list with the first occurrence of the given element removed.