public class Diff<T extends java.lang.Iterable,S>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Diff.Altered<T> |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableCollection<Diff.Altered<S>> |
altered |
T |
created |
T |
dropped |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final T extends java.lang.Iterable created
public final T extends java.lang.Iterable dropped
public final com.google.common.collect.ImmutableCollection<Diff.Altered<S>> altered
Copyright © 2009-2022 The Apache Software Foundation