public class Cuboid extends Object implements Consumer<TextIO>
Cuboid()
void
accept(TextIO textIO)
static void
main(String[] args)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen
public Cuboid()
public static void main(String[] args)
public void accept(TextIO textIO)
accept
Consumer<TextIO>
public String toString()
toString
Object