Class SnapshotChange.Entry<K,V>

java.lang.Object
me.hsgamer.topper.agent.snapshot.SnapshotChange.Entry<K,V>
Enclosing class:
SnapshotChange<K,V>

public static final class SnapshotChange.Entry<K,V> extends Object
  • Field Details

    • key

      public final K key
    • oldValue

      public final V oldValue
    • newValue

      public final V newValue
    • oldIndex

      public final int oldIndex
    • newIndex

      public final int newIndex