org.log4j.examples
Interface NumberCruncher
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- NumberCruncherServer
- public interface NumberCruncher
- extends Remote
NumberCruncher's factor positive integers. See source code for more details.
- Author:
- Ceki Gülcü
Method Summary |
int[] |
factor(int number)
Factor a positive integer number and return its
distinct factor's as an integer array. |
factor
public int[] factor(int number)
throws RemoteException
- Factor a positive integer
number
and return its
distinct factor's as an integer array.
Please notify me about new log4j releases.