Class ListDiff.Entry

    • Field Detail

      • index

        public int index
      • type

        public int type
    • Constructor Detail

      • Entry

        public Entry()
      • Entry

        public Entry​(int type,
                     int index,
                     Object value)