Home | History | Annotate | Download | only in expected

Lines Matching refs:newKeys

77         final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength);
78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length,
81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length);
82 return newKeys;
264 * @param label the label of the key to set <code>newKeys</code>.
265 * @param newKeys the keys to be set. Each key can be {@link ExpectedKey}, {@link ExpectedKey}
270 final Object ... newKeys) {
275 return joinKeys(newKeys);
287 * @param key the key to be replaced by <code>newKeys</code>.
288 * @param newKeys the keys to be set. Each key can be {@link ExpectedKey}, {@link ExpectedKey}
293 final Object ... newKeys) {
297 return joinKeys(newKeys);