Searched refs:entriesToAppend (Results 1 – 1 of 1) sorted by relevance
115 public Metadata copyWithAppendedEntries(Entry... entriesToAppend) { in copyWithAppendedEntries() argument116 if (entriesToAppend.length == 0) { in copyWithAppendedEntries()119 return new Metadata(Util.nullSafeArrayConcatenation(entries, entriesToAppend)); in copyWithAppendedEntries()