jfun.yan.element
Interface ElementChecker

All Known Implementing Classes:
StoreBinder

public interface ElementChecker

Represents a piece of logic that checks the type of each element in a collection/array/map.

Author:
Ben Yu Nov 13, 2005 7:29:44 PM

Method Summary
 void checkElement(int ind, java.lang.Class type)
          Checks the ordinal position and type.
 

Method Detail

checkElement

void checkElement(int ind,
                  java.lang.Class type)
Checks the ordinal position and type.

Parameters:
ind - the ordinal position of the element.
type - the type.