Esempio n. 1
0
 public Cluster peekBottom()
 {
     return(tail.getValue());
 }
Esempio n. 2
0
 public Cluster peekTop()
 {
     return(head.getValue());
 }