public static class TransportDiff.TransportSetDiff<V>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<V> |
added |
java.util.Set<V> |
removed |
| Constructor and Description |
|---|
TransportSetDiff() |
TransportSetDiff(java.util.Set<V> added,
java.util.Set<V> removed) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |