public class AllIndexesSelector extends Object implements FieldSelector
FieldSelector
Constructor and Description |
---|
AllIndexesSelector() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this field selector.
|
String |
describe()
Returns a string that represents the current field selection
|
int[] |
getFieldIndexes(NormalizedString[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
int[] |
getFieldIndexes(String[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
public int[] getFieldIndexes(NormalizedString[] headers)
FieldSelector
getFieldIndexes
in interface FieldSelector
headers
- the sequence of headers that might have some elements selected by this FieldSelectorpublic String describe()
FieldSelector
describe
in interface FieldSelector
public Object clone()
FieldSelector
clone
in interface FieldSelector
clone
in class Object
public int[] getFieldIndexes(String[] headers)
FieldSelector
getFieldIndexes
in interface FieldSelector
headers
- the sequence of headers that might have some elements selected by this FieldSelectorCopyright © 2022 Univocity Software Pty Ltd. All rights reserved.