@Service public class NotUseableLargeInterface extends Object implements LargeInterface
Constructor and Description |
---|
NotUseableLargeInterface() |
Modifier and Type | Method and Description |
---|---|
boolean |
methodBoolean(boolean param) |
boolean[] |
methodBooleanArray(boolean[] param) |
byte |
methodByte(byte param) |
byte[][][][] |
methodByteArray(byte[] param) |
char |
methodChar(char param) |
char[] |
methodCharArray(char[][] param) |
List<String> |
methodDeclared(Map<Object,String> param,
String param1,
Random param2) |
List<String>[] |
methodDeclaredArray(Map<Object,String>[] param,
String[] param1,
Random... param2) |
double |
methodDouble(double param) |
double[][] |
methodDoubleArray(double[][][] param) |
float |
methodFloat(float param) |
float[] |
methodFloatArray(float[][] param) |
int |
methodInt(int param) |
long |
methodInt(long param) |
int[][] |
methodIntArray(int[] param) |
long[] |
methodIntArray(long[][][][][] param) |
short |
methodShort(short param) |
short[] |
methodShortArray(short[] param) |
void |
methodVoids() |
boolean |
notOverridden(boolean param)
This method will not be overridden
|
public boolean notOverridden(boolean param)
LargeInterface
notOverridden
in interface LargeInterface
public void methodVoids()
methodVoids
in interface LargeInterface
public boolean methodBoolean(boolean param)
methodBoolean
in interface LargeInterface
public byte methodByte(byte param)
methodByte
in interface LargeInterface
public char methodChar(char param)
methodChar
in interface LargeInterface
public double methodDouble(double param)
methodDouble
in interface LargeInterface
public float methodFloat(float param)
methodFloat
in interface LargeInterface
public int methodInt(int param)
methodInt
in interface LargeInterface
public long methodInt(long param)
methodInt
in interface LargeInterface
public short methodShort(short param)
methodShort
in interface LargeInterface
public List<String> methodDeclared(Map<Object,String> param, String param1, Random param2)
methodDeclared
in interface LargeInterface
public boolean[] methodBooleanArray(boolean[] param)
methodBooleanArray
in interface LargeInterface
public byte[][][][] methodByteArray(byte[] param)
methodByteArray
in interface LargeInterface
public char[] methodCharArray(char[][] param)
methodCharArray
in interface LargeInterface
public double[][] methodDoubleArray(double[][][] param)
methodDoubleArray
in interface LargeInterface
public float[] methodFloatArray(float[][] param)
methodFloatArray
in interface LargeInterface
public int[][] methodIntArray(int[] param)
methodIntArray
in interface LargeInterface
public long[] methodIntArray(long[][][][][] param)
methodIntArray
in interface LargeInterface
public short[] methodShortArray(short[] param)
methodShortArray
in interface LargeInterface
public List<String>[] methodDeclaredArray(Map<Object,String>[] param, String[] param1, Random... param2)
methodDeclaredArray
in interface LargeInterface
Copyright © 2009–2023 Oracle Corporation. All rights reserved.