TEXT   24
boolean isEmpty
Guest on 13th March 2023 01:23:47 PM


  1. public boolean isEmpty()
  2.    {
  3.       return (rear == 0);
  4.    }

Raw Paste

Login or Register to edit or fork this paste. It's free.