Class Phrase.Parameter

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.util.Map.Entry<java.lang.String,​java.lang.Object>
    Enclosing class:
    Phrase

    protected static final class Phrase.Parameter
    extends java.lang.Object
    implements java.io.Externalizable, java.util.Map.Entry<java.lang.String,​java.lang.Object>
    Parameter Linked List.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected Phrase.Parameter next  
      protected java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter()  
      Parameter​(java.lang.String name, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      java.lang.String getKey()
      java.lang.Object getValue()
      int hashCode()
      void readExternal​(java.io.ObjectInput input)
      GWT Incompatible - hence no @Override annotation.
      java.lang.Object setValue​(java.lang.Object v)
      int size()  
      void writeExternal​(java.io.ObjectOutput output)
      GWT Incompatible - hence no @Override annotation.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.Object value
    • Constructor Detail

      • Parameter

        public Parameter()
      • Parameter

        public Parameter​(java.lang.String name,
                         java.lang.Object value)
    • Method Detail

      • size

        public int size()
      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • setValue

        public java.lang.Object setValue​(java.lang.Object v)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
        Overrides:
        equals in class java.lang.Object
      • readExternal

        public void readExternal​(java.io.ObjectInput input)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        GWT Incompatible - hence no @Override annotation. See com.google.gwt.emul.java.io.Externalizable
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput output)
                           throws java.io.IOException
        GWT Incompatible - hence no @Override annotation. See com.google.gwt.emul.java.io.Externalizable
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException