All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.homework.MAS33002

java.lang.Object
   |
   +----benno.homework.MAS33002

public class MAS33002
extends Object

Constructor Index

 o MAS33002()

Method Index

 o generate()
 o insertFactor(long)
 o main(String[])
 o makeCompositeFactor(int)
bit i is used to mask factor[i]; if the bit is 1, then the factor is included in the composite, otherwise, it is not.

Constructors

 o MAS33002
 public MAS33002()

Methods

 o insertFactor
 public void insertFactor(long f)
 o makeCompositeFactor
 public long makeCompositeFactor(int mask)
bit i is used to mask factor[i]; if the bit is 1, then the factor is included in the composite, otherwise, it is not.

 o generate
 public void generate()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index