コード例 #1
0
 private int getNbrOfLeaves() {
   return (_data == null) ? _head.getNbrOfLeaves() + _tail.getNbrOfLeaves() : 1;
 }