Class GlobalFuncTester

java.lang.Object
  |
  +--GlobalFuncTester
All Implemented Interfaces:
FuncUser

public class GlobalFuncTester
extends java.lang.Object
implements FuncUser


Constructor Summary
GlobalFuncTester()
           
 
Method Summary
 int func(int x, int y)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalFuncTester

public GlobalFuncTester()
Method Detail

func

public int func(int x,
                int y)
Specified by:
func in interface FuncUser

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception