Index
A C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- remove(Object) - Method in class edu.uky.ai.util.ImmutableList
-
Returns a list with the first occurrence of the given element removed.
- requireDefined(String, Class<E>) - Method in class edu.uky.ai.io.Parser
-
Like
Parser.getDefined(String, Class)
but throws an exception if no object is found. - requireFirst() - Method in class edu.uky.ai.io.List
-
Returns the first element in the list or throws an exception if no such element exists.
- requireNext() - Method in class edu.uky.ai.io.Node
-
Returns the node's next sibling or throws an exception if no such node exists.
- rest - Variable in class edu.uky.ai.util.ImmutableList
-
The other elements in the list (elements 2 to n)
- row - Variable in class edu.uky.ai.util.Table.Cell
-
The row this cell belongs to
- rows - Variable in class edu.uky.ai.util.Table
-
The table's rows
All Classes All Packages