コード例 #1
0
 public Cluster peekBottom()
 {
     return(tail.getValue());
 }
コード例 #2
0
 public Cluster peekTop()
 {
     return(head.getValue());
 }