Class MappingEntry<V>

  • Type Parameters:
    V - The type of the mapping key.

    public class MappingEntry<V>
    extends java.lang.Object
    A mapping service entry in the DAO.
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingEntry​(java.lang.String key, V value)  
    • Constructor Detail

      • MappingEntry

        public MappingEntry​(java.lang.String key,
                            V value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public V getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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