public class ExcludeFieldIndexSelector extends FieldSet<java.lang.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 |
|---|---|
java.lang.String |
describe()
Returns a string that represents the current field selection
|
int[] |
getFieldIndexes(NormalizedString[] columns)
Returns the indexes of any that are part of a sequence of headers but not part of the selection.
|
int[] |
getFieldIndexes(java.lang.String[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
add, add, clone, get, remove, remove, set, set, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclonepublic int[] getFieldIndexes(NormalizedString[] columns)
getFieldIndexes in interface FieldSelectorcolumns - the sequence of headers that might have some elements selected by this FieldSelectorpublic java.lang.String describe()
FieldSetdescribe in interface FieldSelectordescribe in class FieldSet<java.lang.Integer>public int[] getFieldIndexes(java.lang.String[] headers)
FieldSelectorgetFieldIndexes in interface FieldSelectorheaders - the sequence of headers that might have some elements selected by this FieldSelector