|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntArrayHandler
The IntArrayHandler interface supplies a single method
taking an array of integers as an argument.
| Method Summary | |
|---|---|
void |
handle(int[] xs)
Handle the specified array of integers. |
| Method Detail |
|---|
void handle(int[] xs)
handle in interface ObjectHandler<int[]>xs - Array of integers to handle.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||