com.intel.hadoop.graphbuilder.test.experimental.javassist
Class Foo<T>

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.test.experimental.javassist.Foo<T>

public abstract class Foo<T>
extends java.lang.Object


Constructor Summary
Foo()
           
 
Method Summary
abstract  T createElem()
           
 void hello()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

createElem

public abstract T createElem()

run

public void run()

hello

public void hello()