Class Snapshot<K,V>

java.lang.Object
me.hsgamer.topper.agent.snapshot.Snapshot<K,V>

public final class Snapshot<K,V> extends Object
  • Method Details

    • empty

      public static <K, V> Snapshot<K,V> empty()
    • getKeys

      public Collection<K> getKeys()
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • getIndex

      public int getIndex(K key)
    • getByIndex

      public Optional<Map.Entry<K,V>> getByIndex(int index)