Example #1
0
 protected Customer headOfQueue() {
   return (Customer) q.first();
 }