Uses of Class
com.taco.util.ConstantIntMapper

Packages that use ConstantIntMapper
com.taco.util Provides utility classes for a variety of purposes. 
 

Uses of ConstantIntMapper in com.taco.util
 

Fields in com.taco.util declared as ConstantIntMapper
static ConstantIntMapper ConstantIntMapper.NEGATIVE_ONE
          An instance that always returns -1.
static ConstantIntMapper ConstantIntMapper.ONE
          An instance that always returns 1.
static ConstantIntMapper ConstantIntMapper.ZERO
          An instance that always returns 0.