Class ClockProCache.Entry<K,V>

java.lang.Object
org.qubership.profiler.util.cache.ClockProCache.Entry<K,V>
Enclosing class:
ClockProCache<K,V>

public static class ClockProCache.Entry<K,V> extends Object
  • Constructor Details

  • Method Details

    • key

      public K key()
    • value

      public V value()
    • value

      public V value(V newValue)