endrov.utilityUnsorted.generics.testinterface
Class Caller

java.lang.Object
  extended by endrov.utilityUnsorted.generics.testinterface.Caller

public class Caller
extends java.lang.Object


Constructor Summary
Caller()
           
 
Method Summary
static int add(int a, int b, int x1, int x2, int x3, int x4, int x5, int x6)
           
static void main(java.lang.String[] args)
          This code shows no performance difference, local add vs the add in Statics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Caller

public Caller()
Method Detail

add

public static int add(int a,
                      int b,
                      int x1,
                      int x2,
                      int x3,
                      int x4,
                      int x5,
                      int x6)

main

public static void main(java.lang.String[] args)
This code shows no performance difference, local add vs the add in Statics

Parameters:
args -