if(isEmpty()); throw new EmptyStructure();
else { T temp = first.item; first = first.next; return(temp); }