F - type of the featurespublic interface FeatureIndex<F>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFeature(F f)
Checks whether the index contains a feature.
|
Stream<F> |
getAllFeatures()
Retrieves a stream of the indexed features.
|
int |
numFeatures()
Counts the number of indexed features.
|
boolean containsFeature(F f)
f - featureint numFeatures()
Copyright © 2016. All rights reserved.