Searched refs:nullSafeArrayAppend (Results 1 – 2 of 2) sorted by relevance
930 sampleQueues = Util.nullSafeArrayAppend(sampleQueues, sampleQueue);
371 public static <T> T[] nullSafeArrayAppend(T[] original, T newElement) { in nullSafeArrayAppend() method in Util