Class FeatureSet


  • public class FeatureSet
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FeatureSet EMPTY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled​(Feature feature)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureSet

        public FeatureSet​(java.lang.Iterable<Feature> features)
      • FeatureSet

        public FeatureSet​(Feature... features)
    • Method Detail

      • isEnabled

        public boolean isEnabled​(Feature feature)