Uses of Interface
com.taco.util.IIntMapper

Packages that use IIntMapper
com.taco.data   
com.taco.text Provides converters to and from text, and other text processing and formatting capabilities. 
com.taco.util Provides utility classes for a variety of purposes. 
 

Uses of IIntMapper in com.taco.data
 

Methods in com.taco.data with parameters of type IIntMapper
static int[] ArrayUtilities.resize(int[] array, int size, IIntMapper mapper)
          Resize the int array to have the argument size, truncating elements if necessary.
 

Uses of IIntMapper in com.taco.text
 

Constructors in com.taco.text with parameters of type IIntMapper
IntArrayConverter(java.util.Collection elementNames, IIntMapper intMapper)
          Create a new instance that uses the argument collection of property names mapped to the subequent array indices, starting from 0.
 

Uses of IIntMapper in com.taco.util
 

Classes in com.taco.util that implement IIntMapper
 class ArrayIntMapper
          An implementation of IIntMapper that uses an array to do the mapping.
 class ConstantIntMapper
          An implementation of IIntMapper that maps all integers to a single constant.