@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
Samples found in this feature table. |
@Nonnull List<FeatureTableRow> getRows()
FeatureTableRows.@Nonnull List<Sample> getSamples()
Samples found in this feature table.void dispose()
Copyright © 2019. All rights reserved.