Interface ValueWithKeyIncluded<K>

Type Parameters:
K - The type of the key.
All Known Implementing Classes:
BufferLedger

public interface ValueWithKeyIncluded<K>
Helper interface to generify a value to be included in the map where key is part of the value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKey

      K getKey()