A B C D E F G H I J L M N O P R S T W X Y

R

readAllMatching(String) - Method in class com.avian.tuple.BasicTupleTree
Performs a (modified) get from the ArrayListMultimap and receives a list of Objects but doesn't remove them.
readAndRemoveAllMatching(String) - Method in class com.avian.tuple.BasicTupleTree
Performs a get from the ArrayListMultimap and receives a java.util.List that is associated with the key parameter and removes all of them.
readAndRemoveOne(String) - Method in class com.avian.tuple.BasicTupleTree
Performs a get from the ArrayListMultimap using the parameter key String, removes the object, and returns the removed object or null if no matching object found.
readFirstMatching(String) - Method in class com.avian.tuple.BasicTupleTree
Performs a (modified) get from the ArrayListMultimap and receives an Object that is associated with the key parameter but doesn't remove it.
readLine(boolean) - Method in class com.avian.util.BirdInputFile
Reads one line of text or one character from the input file, depending on the boolean parameter.
readSingleton(String) - Method in class com.avian.tuple.BasicTupleTree
Reads an object from the ArrayListMultimap and verifies that it is the only value in the TupleTree with that key.
RedFood - Class in com.avian.foods.colorfoods
A different variety of food, extended from DefaultFood.
RedFood() - Constructor for class com.avian.foods.colorfoods.RedFood
Default (and only) constructor for this food, it calls the DefaultFood constructor and then sets a few reasonable values for its variables.
A B C D E F G H I J L M N O P R S T W X Y