Modifier and Type | Class and Description |
---|---|
class |
AnimatedTurtle
Animated turtles are turtles that move more slowly, so that we can observe them following their instructions.
|
Modifier and Type | Method and Description |
---|---|
void |
Terrarium.add(Turtle turtle,
Turtle.UnderTheShell key)
Adds a new turtle to the terrarium
|
void |
Terrarium.remove(Turtle turtle,
Turtle.UnderTheShell key)
Remove a turtle from the terrarium
|
Copyright © 2018. All rights reserved.