org.pentaho.reporting.libraries.base.util
public class BulkDataUtility extends Object
Method Summary | |
---|---|
static void | pushDown(Object[] data, boolean[] selection)
Pushes the selected elements down. |
static void | pushDownSingleValue(Object[] data, Object selection)
Pushes the selected element down. |
static void | pushUp(Object[] data, boolean[] selection)
Pushes the selected elements up. |
static void | pushUpSingleValue(Object[] data, Object selection)
Pushes up the selected element. |
Parameters: data the array holding the data-objects. selection the selection of which elements should be pushed down.
equals()
will not
be called. It is assumed that the selected object is part of the data-collection.
The operation modifies the data-array.
Parameters: data the array holding the data-objects. selection the selectioned object that be pushed down.
Parameters: data the array holding the data-objects. selection the selection of which elements should be pushed up.
equals()
will not
be called. It is assumed that the selected object is part of the data-collection.
The operation modifies the data-array.
Parameters: data the array holding the data-objects. selection the selectioned object that be pushed up.