Class Link.Result

  • Enclosing class:
    Link<L,​R>

    static class Link.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean exception  
      (package private) boolean resolved  
      (package private) byte[] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • resolved

        boolean resolved
      • value

        byte[] value
      • exception

        public boolean exception
    • Constructor Detail

      • Result

        Result()