public interface NumberCruncher extends Remote
| Modifier and Type | Method and Description |
|---|---|
int[] |
factor(int number)
Factor a positive integer
number and return its
distinct factor's as an integer array. |
int[] factor(int number)
throws RemoteException
number and return its
distinct factor's as an integer array.RemoteExceptionCopyright © 2005–2023 QOS.ch. All rights reserved.