Class ListDiff.Entry

java.lang.Object
org.nuxeo.ecm.core.api.ListDiff.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
ListDiff

public static class ListDiff.Entry extends Object implements Serializable
See Also:
  • Field Details

    • index

      public int index
    • type

      public int type
    • value

      public Object value
  • Constructor Details

    • Entry

      public Entry()
    • Entry

      public Entry(int type, int index, Object value)
  • Method Details