Class AnnotationHashMapEntryType


  • public class AnnotationHashMapEntryType
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationHashMapEntryType

        public AnnotationHashMapEntryType()
      • AnnotationHashMapEntryType

        public AnnotationHashMapEntryType​(java.util.Map.Entry<java.lang.String,​java.lang.String> entry)
        Instantiates a new hash map entry.
        Parameters:
        entry - a map entry of type String, String
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()