- Common ways to obtain FastpathParameterList
private void myMethod () {}
public ParameterList createFastpathParameters(int count) { return new FastpathParameterList(count); }
public ParameterList copy() { FastpathParameterList newCopy = new FastpathParameterList(paramValues.length); System.arraycopy(paramValues, 0, newCopy.paramValues, 0, paramValues.length); return newCopy; }
public ParameterList createFastpathParameters(int count) { return new FastpathParameterList(count); }
public ParameterList createFastpathParameters(int count) { return new FastpathParameterList(count); }
public ParameterList copy() { FastpathParameterList newCopy = new FastpathParameterList(paramValues.length); System.arraycopy(paramValues, 0, newCopy.paramValues, 0, paramValues.length); return newCopy; }
public ParameterList copy() { FastpathParameterList newCopy = new FastpathParameterList(paramValues.length); System.arraycopy(paramValues, 0, newCopy.paramValues, 0, paramValues.length); return newCopy; }