public T pop() {
   return linkList.removeFirst();
 }