Searched refs:newKeys (Results 1 – 1 of 1) sorted by relevance
77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length, in replaceKeyAt()81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length); in replaceKeyAt()82 return newKeys; in replaceKeyAt()270 final Object ... newKeys) { in replaceKeyOfLabel() argument275 return joinKeys(newKeys); in replaceKeyOfLabel()293 final Object ... newKeys) { in replaceKeysOfAll() argument297 return joinKeys(newKeys); in replaceKeysOfAll()