All Known Implementing Classes:
EnvironmentFeatureSet, StaticFeatureSet

public interface FeatureSet
A set of Feature instances, indexed by FeatureType.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Feature<T>>
    T
    get(FeatureType<T> featureType)
    Returns an instance of featureType.
  • Method Details

    • get

      <T extends Feature<T>> T get(FeatureType<T> featureType)
      Returns an instance of featureType.