next method

BarrageItem next()

Implementation

BarrageItem next() {
  return barrageItems.removeAt(0);
}