Searched refs:bn (Results 1 – 1 of 1) sorted by relevance
326 final int bn = (b != null) ? b.length : 0; in concatElements() local327 if (an == 0 && bn == 0) { in concatElements()334 final T[] res = (T[]) Array.newInstance(kind, an + bn); in concatElements()336 if (bn > 0) System.arraycopy(b, 0, res, an, bn); in concatElements()