Class AvPair<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AvId avId  
      protected T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      AvPair​(AvId avId)  
      AvPair​(AvId avId, T value)  
    • Method Summary

      Modifier and Type Method Description
      AvId getAvId()  
      T getValue()  
      abstract AvPair<T> read​(Buffer<?> buffer)  
      java.lang.String toString()  
      abstract void write​(Buffer<?> buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • avId

        protected AvId avId
      • value

        protected T value
    • Constructor Detail

      • AvPair

        public AvPair​(AvId avId)
      • AvPair

        public AvPair​(AvId avId,
                      T value)