public interface FeatureSet
| Modifier and Type | Method and Description |
|---|---|
default boolean |
contains(Feature feature) |
default ModifyableFeatureSet |
copy() |
Set<Feature> |
getFeatures() |
default Set<Feature> |
getFeaturesClone() |
default Set<Feature> |
getNotContained(Collection<Feature> features) |
default Set<Feature> |
retainAll(Collection<Feature> features) |
default boolean contains(Feature feature)
true if the feature is identical to one of the features
contained in this set, false otherwisedefault Set<Feature> getFeaturesClone()
HashSet with a copy of supported featuresdefault Set<Feature> getNotContained(Collection<Feature> features)
features - default Set<Feature> retainAll(Collection<Feature> features)
features - default ModifyableFeatureSet copy()
Copyright © 2004–2024 JSQLParser. All rights reserved.