kclv.Table.Ships.Bubble.prototype.maximum = function(indices) {
    return kclv.Array.maximum(this.rows, indices, this);
};