Class LinkData


  • @Deprecated
    final class LinkData
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long displacement
      Deprecated.
       
      (package private) int offset
      Deprecated.
       
      (package private) int relocId
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkData​(int offset, long displacement, int relocId)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        final int offset
        Deprecated.
      • displacement

        long displacement
        Deprecated.
      • relocId

        int relocId
        Deprecated.
    • Constructor Detail

      • LinkData

        public LinkData​(int offset,
                        long displacement,
                        int relocId)
        Deprecated.