Class LazyValue<T1>

  • Type Parameters:
    T1 - the type of value this class returns.
    All Implemented Interfaces:
    java.io.Serializable

    public final class LazyValue<T1>
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    pcap4j 0.9.6
    See Also:
    Serialized Form
    • Method Detail

      • getValue

        public T1 getValue()
        Returns:
        value
      • writeObject

        private void writeObject​(java.io.ObjectOutputStream out)
                          throws java.io.IOException
        Throws:
        java.io.IOException