public class SetDiff<V extends TransportDoc.TransportableAs<T>,T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetDiff.Differ<V extends TransportDoc.TransportableAs<T>,T> |
| Constructor and Description |
|---|
SetDiff() |
SetDiff(java.util.Set<V> added,
java.util.Set<V> removed) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<V> |
applyTo(java.util.Set<V> s1) |
TransportDiff.TransportSetDiffForMarkerAnnotations |
asTransportMarkerAnnotations() |
TransportDiff.TransportSetDiffForRowAnnotations |
asTransportRowAnnotations() |
static SetDiff<AceAnnotation.MarkerAnnotation,TransportDoc.TransportMarkerAnnotation> |
fromTransport(TransportDiff.TransportSetDiffForMarkerAnnotations tsd) |
static SetDiff<AceAnnotation.RowAnnotation,TransportDoc.TransportRowAnnotation> |
fromTransport(TransportDiff.TransportSetDiffForRowAnnotations tsd) |
java.lang.String |
toString() |
public static SetDiff<AceAnnotation.RowAnnotation,TransportDoc.TransportRowAnnotation> fromTransport(TransportDiff.TransportSetDiffForRowAnnotations tsd)
public static SetDiff<AceAnnotation.MarkerAnnotation,TransportDoc.TransportMarkerAnnotation> fromTransport(TransportDiff.TransportSetDiffForMarkerAnnotations tsd)
public TransportDiff.TransportSetDiffForRowAnnotations asTransportRowAnnotations()
public TransportDiff.TransportSetDiffForMarkerAnnotations asTransportMarkerAnnotations()
public java.lang.String toString()
toString in class java.lang.Object