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
    Author:
    Kaito Yamada
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      T1 getValue()  
      • Methods inherited from class java.lang.Object

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

      • getValue

        public T1 getValue()
        Returns:
        value