void add((int x, int y, int z) value) { _buffer.add(value); if (_buffer.length > maxSize) { _buffer.removeAt(0); } }