@NotThreadSafe public interface FeatureTable
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Remove all data associated to this feature table.
|
List<FeatureTableRow> |
getRows()
Returns an immutable list of rows
|
List<Sample> |
getSamples()
Shortcut to return an immutable list of
Sample s found in this feature table. |
@Nonnull List<FeatureTableRow> getRows()
FeatureTableRow
s.@Nonnull List<Sample> getSamples()
Sample
s found in this feature table.void dispose()
Copyright © 2019. All rights reserved.