|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementChecker
Represents a piece of logic that checks the type of each element in a collection/array/map.
| Method Summary | |
|---|---|
void |
checkElement(int ind,
java.lang.Class type)
Checks the ordinal position and type. |
| Method Detail |
|---|
void checkElement(int ind,
java.lang.Class type)
ind - the ordinal position of the element.type - the type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||