Package chapters.mdc

Interface NumberCruncher

All Superinterfaces:
Remote
All Known Implementing Classes:
NumberCruncherServer

public interface NumberCruncher extends Remote
NumberCruncher factors positive integers.
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    factor(int number)
    Factor a positive integer number and return its distinct factor's as an integer array.
  • Method Details