コード例 #1
0
 public T getHeadData() {
   return head.getData();
 }
コード例 #2
0
 public T getTailData() {
   return tail.getData();
 }