|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface summarizes BinFileMultColFile and BinFileMultColRam.
| Method Summary | |
List |
getData(Integer wordNr)
For a given number returns the row |
List |
getData(Integer number,
int maxItems)
Returns the data for the given number up to the given maximum. |
List |
getData(Integer number,
int myColumns,
int maxItems)
Returns the data for the given number up to the given maximum. |
List |
getData(Integer number,
int maxItems,
int[] minCols,
int[] maxCols)
Returns the data for the given number up to the given maximum in a list. |
List |
getData(Integer number,
int myColumns,
int maxItems,
int[] minCols,
int[] maxCols)
Returns the data for the given number up to the given maximum. |
Map |
getDataAsMap(Integer wordNr)
Returns the data for the given number up to the given maximum in a map. |
Map |
getDataAsMap(Integer number,
int maxItems)
Returns the data for the given number up to the given maximum in a map. |
Map |
getDataAsMap(Integer number,
int myColumns,
int maxItems)
Returns the data for the given number up to the given maximum. |
Map |
getDataAsMap(Integer number,
int maxItems,
int[] minCols,
int[] maxCols)
Returns the data for the given number up to the given maximum in a map. |
Map |
getDataAsMap(Integer number,
int myColumns,
int maxItems,
int[] minCols,
int[] maxCols)
Returns the data for the given number up to the given maximum in a map. |
List |
getSingleColumn(Integer number,
int col)
Column here is the column in the initial datafile, count begins with 1. |
List |
getSingleColumn(Integer number,
int maxItems,
int col)
|
| Method Detail |
public List getData(Integer wordNr)
wordNr - Integer
public List getData(Integer number,
int maxItems)
maxItems -
public List getData(Integer number,
int myColumns,
int maxItems)
number - = the first columnmyColumns - = how many columns to returnmaxItems - = at max this count of items
public List getData(Integer number,
int myColumns,
int maxItems,
int[] minCols,
int[] maxCols)
number - = the first columnmyColumns - = how many columns to returnmaxItems - = at max this count of itemsminCols - = for each column each value minimum is specified heremaxCols - = for each column each value maximum is specified here
public List getData(Integer number,
int maxItems,
int[] minCols,
int[] maxCols)
maxItems - How many items to return at maxminCols - for each column the minimum allowed value (the whoe row will
otherwise be omitted)maxCols - for each column the maximum allowed value (the whoe row will
otherwise be omitted)
public Map getDataAsMap(Integer wordNr)
wordNr - The number of the item of which to return the columns
public Map getDataAsMap(Integer number,
int myColumns,
int maxItems)
myColumns - How many columns to returnmaxItems - How many items to return at max
public Map getDataAsMap(Integer number,
int maxItems)
maxItems - How many items to return at max
public Map getDataAsMap(Integer number,
int myColumns,
int maxItems,
int[] minCols,
int[] maxCols)
myColumns - How many columns to returnmaxItems - How many items to return at maxminCols - for each column the minimum allowed value (the whoe row will
otherwise be omitted)maxCols - for each column the maximum allowed value (the whoe row will
otherwise be omitted)
public Map getDataAsMap(Integer number,
int maxItems,
int[] minCols,
int[] maxCols)
maxItems - How many items to return at max
otherwise be omitted)maxCols - for each column the maximum allowed value (the whoe row will
otherwise be omitted)
public List getSingleColumn(Integer number,
int col)
number - col -
public List getSingleColumn(Integer number,
int maxItems,
int col)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||