endrov.utilityUnsorted.generics.testinterface
Class Implem

java.lang.Object
  extended by endrov.utilityUnsorted.generics.testinterface.Implem
All Implemented Interfaces:
Iface

public class Implem
extends java.lang.Object
implements Iface


Constructor Summary
Implem()
           
 
Method Summary
 int add(int a, int b, int x1, int x2, int x3, int x4, int x5, int x6)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Implem

public Implem()
Method Detail

add

public int add(int a,
               int b,
               int x1,
               int x2,
               int x3,
               int x4,
               int x5,
               int x6)
Specified by:
add in interface Iface