Uses of Class
felix.dstruct.StatOperator.OPType

Packages that use StatOperator.OPType
felix.dstruct Package that contains the basic data structure used by Felix. 
 

Uses of StatOperator.OPType in felix.dstruct
 

Fields in felix.dstruct declared as StatOperator.OPType
 StatOperator.OPType FelixPredicate.mustbe
          The type of operator this predicate must be assigned to.
 StatOperator.OPType StatOperator.type
          Type of this operator.
 StatOperator.OPType ConcurrentOperatorsBucket.type
          Type of operators in this bucket.
 

Methods in felix.dstruct that return StatOperator.OPType
static StatOperator.OPType StatOperator.OPType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatOperator.OPType[] StatOperator.OPType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.