Class TransportDiff.TransportSetDiff<V>

java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.TransportDiff.TransportSetDiff<V>
All Implemented Interfaces:
Serializable
Enclosing class:
TransportDiff

public static class TransportDiff.TransportSetDiff<V> extends Object implements Serializable
See Also:
  • Field Details

    • added

      public Set<V> added
    • removed

      public Set<V> removed
  • Constructor Details

    • TransportSetDiff

      public TransportSetDiff()
    • TransportSetDiff

      public TransportSetDiff(Set<V> added, Set<V> removed)
  • Method Details