T - the type of the elementpublic interface SelectViaCopyToArray<T extends FeatureStructure>
| Modifier and Type | Method and Description | 
|---|---|
| CASImpl | _getView() | 
| FeatureStructure[] | _toArrayForSelect() | 
| default SelectFSs_impl<T> | select() | 
| default <U extends T> | select(Class<U> filterByType)Treat an FSArray as a source for SelectFSs. | 
| default <U extends T> | select(int filterByType)Treat an FSArray as a source for SelectFSs. | 
| default <U extends T> | select(String filterByType)Treat an FSArray as a source for SelectFSs. | 
| default <U extends T> | select(Type filterByType)Treat an FSArray as a source for SelectFSs. | 
FeatureStructure[] _toArrayForSelect()
CASImpl _getView()
default SelectFSs_impl<T> select()
default <U extends T> SelectFSs<U> select(Type filterByType)
U - generic type being selectedfilterByType - only includes elements of this typeIllegalArgumentException - if no type is specified.default <U extends T> SelectFSs<U> select(Class<U> filterByType)
U - generic type being selectedfilterByType - only includes elements of this JCas classIllegalArgumentException - if no type is specified.default <U extends T> SelectFSs<U> select(int filterByType)
U - generic type being selectedfilterByType - only includes elements of this JCas class's typedefault <U extends T> SelectFSs<U> select(String filterByType)
U - generic type being selectedfilterByType - only includes elements of this type (fully qualifined type name)IllegalArgumentException - if no type is specified.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.