Package zmq.util

Class ValueReference<V>


  • public class ValueReference<V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private V value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V get()  
      void set​(V value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • value

        private V value
    • Constructor Detail

      • ValueReference

        public ValueReference​(V value)
      • ValueReference

        public ValueReference()
    • Method Detail

      • get

        public final V get()
      • set

        public final void set​(V value)
      • toString

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