Searched defs:newContents (Results 1 – 8 of 8) sorted by relevance
57 static void append(StringBuilder newContents, in append()70 static void appendUpToUnique(StringBuilder newContents, in appendUpToUnique()
40 StringBuilder newContents = new StringBuilder(100); in encode() local
47 StringBuilder newContents = new StringBuilder(100); in encode() local
126 protected M resetContainer(M newContents) { in resetContainer()132 protected Multimap<K, V> resetContainer(Entry<K, V>... newContents) { in resetContainer()
46 protected Collection<E> resetContainer(Collection<E> newContents) { in resetContainer()
53 private final Collection<Spannable> newContents; field in SupplementalInfoRetriever