Searched defs:FormattingDiffs (Results 1 – 1 of 1) sorted by relevance
408 private static class FormattingDiffs<A, E> extends Correspondence<A, E> { class in Correspondence413 FormattingDiffs(Correspondence<A, E> delegate, DiffFormatter<? super A, ? super E> formatter) { in FormattingDiffs() method in Correspondence.FormattingDiffs