Class EntryValue<T,​V>

java.lang.Object
org.api.mtgstock.modele.EntryValue<T,​V>

public class EntryValue<T,​V>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EntryValue()  
    EntryValue​(T key, V value)  
  • Method Summary

    Modifier and Type Method Description
    T getKey()  
    V getValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntryValue

      public EntryValue()
    • EntryValue

      public EntryValue​(T key, V value)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getKey

      public T getKey()
    • getValue

      public V getValue()