Class algebra.integer
public class integer implements Cloneable {}
This class is just a wrapper for the 'int' with some extra functions.
Field Index:
Constructor Index:
Method Index:
- int intValue()
- void setValue()
- Object clone()
- boolean equals( Object obj )
- String toString()
- Converts the val to String.
- static integer product( integer i, integer j )
- Returns the product of two integers.
- void mod( int i )
- Changes the val to val mod i.
- static int mod( int i, int j )
- This is a utility function that returns i mod j.
algebra Package / misc
Package / Making of the project
/ Project Home Page / My
Home Page