コード例 #1
0
 public override T top()
 {
     return(myList.first());
 }
コード例 #2
0
 public override T front()
 {
     return(myList.first());
 }