Package samples.suppressmethod
Class SuppressMethod
- java.lang.Object
-
- samples.suppressmethod.SuppressMethodParent
-
- samples.suppressmethod.SuppressMethod
-
public class SuppressMethod extends SuppressMethodParent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Object
OBJECT
-
Constructor Summary
Constructors Constructor Description SuppressMethod()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBoolean()
byte
getByte()
double
getDouble()
double
getDouble(double value)
float
getFloat()
int
getInt()
long
getLong()
java.lang.Object
getObject()
static java.lang.Object
getObjectStatic()
java.lang.Object
getObjectWithArgument(java.lang.String argument)
short
getShort()
void
invokeVoid(java.lang.StringBuilder s)
int
myMethod()
java.lang.Object
sameName(float f)
java.lang.Object
sameName(int i)
-
-
-
Method Detail
-
getObjectWithArgument
public java.lang.Object getObjectWithArgument(java.lang.String argument)
-
getObject
public java.lang.Object getObject()
-
getObjectStatic
public static java.lang.Object getObjectStatic()
-
getByte
public byte getByte()
-
getShort
public short getShort()
-
getInt
public int getInt()
-
getLong
public long getLong()
-
getBoolean
public boolean getBoolean()
-
getFloat
public float getFloat()
-
getDouble
public double getDouble()
-
getDouble
public double getDouble(double value)
-
invokeVoid
public void invokeVoid(java.lang.StringBuilder s)
-
myMethod
public int myMethod()
- Overrides:
myMethod
in classSuppressMethodParent
-
sameName
public java.lang.Object sameName(int i)
-
sameName
public java.lang.Object sameName(float f)
-
-