java.lang.Object
com.chaoswg.xtc4y.test.classloaders.AbstractClass
- All Implemented Interfaces:
- Ifc
- public abstract class AbstractClass
- extends java.lang.Object
- implements Ifc
A simple abstract class to test the classloader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClass
public AbstractClass()
getAbstractObject
public abstract java.lang.Object getAbstractObject()
- Specified by:
getAbstractObject in interface Ifc
getAbstractInt
public abstract int getAbstractInt()
- Specified by:
getAbstractInt in interface Ifc
getAbstractFloat
public abstract float getAbstractFloat()
- Specified by:
getAbstractFloat in interface Ifc
getAbstractDouble
public abstract double getAbstractDouble()
- Specified by:
getAbstractDouble in interface Ifc
getAbstractLong
public abstract long getAbstractLong()
- Specified by:
getAbstractLong in interface Ifc
getAbstractShort
public abstract short getAbstractShort()
- Specified by:
getAbstractShort in interface Ifc
getAbstractByte
public abstract byte getAbstractByte()
- Specified by:
getAbstractByte in interface Ifc
getAbstractVoid
public abstract void getAbstractVoid()
- Specified by:
getAbstractVoid in interface Ifc
getObject
public java.lang.Object getObject()
- Specified by:
getObject in interface Ifc
getInt
public int getInt()
- Specified by:
getInt in interface Ifc
getFloat
public float getFloat()
- Specified by:
getFloat in interface Ifc
getDouble
public double getDouble()
- Specified by:
getDouble in interface Ifc
getLong
public long getLong()
- Specified by:
getLong in interface Ifc
getShort
public short getShort()
- Specified by:
getShort in interface Ifc
getByte
public byte getByte()
- Specified by:
getByte in interface Ifc
getVoid
public void getVoid()
- Specified by:
getVoid in interface Ifc
testCalc
public int testCalc()
main
public static void main(java.lang.String[] argv)