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