Package jnr.ffi.byref

Class AbstractReference<T>

    • Constructor Detail

      • AbstractReference

        protected AbstractReference​(T value)
    • Method Detail

      • checkNull

        protected static <T> T checkNull​(T value)
      • getValue

        public T getValue()
        Gets the current value the reference points to.
        Specified by:
        getValue in interface ByReference<T>
        Returns:
        the current value.