예제 #1
0
파일: Tree.java 프로젝트: ecintron/RMG-Java
 // ## operation size()
 public int size() {
   // #[ operation size()
   return root.size();
 }