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.RemoteException
Copyright © 2005–2016 QOS.ch. All rights reserved.