public class ExcludeFieldIndexSelector extends FieldSet<Integer> implements FieldSelector
This selector stores undesired fields and will return the indexes of those fields that are not part of the selection.
FieldSelector,
FieldSet| Constructor and Description |
|---|
ExcludeFieldIndexSelector() |
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
Returns a string that represents the current field selection
|
int[] |
getFieldIndexes(String[] columns)
Returns the indexes of any that are part of a sequence of headers but not part of the selection.
|
public int[] getFieldIndexes(String[] columns)
getFieldIndexes in interface FieldSelectorcolumns - the sequence of headers that might have some elements selected by this FieldSelectorCopyright © 2018 Univocity Software Pty Ltd. All rights reserved.