Example #1
0
 public void clear() {
   if (this.fifo != null) {
     fifo.clear();
   }
 }