Class AbstractXReference

    • Constructor Detail

      • AbstractXReference

        protected AbstractXReference​(XReferenceType type)
        Creates a crossreference stream entry of the given XReferenceType.
        Parameters:
        type - The XReferenceType of the crossreference stream entry.
    • Method Detail

      • getFirstColumnValue

        public long getFirstColumnValue()
        Returns the value for the first column of the crossreference stream entry. (The numeric representation of this entry's (The numeric representation of this entry's XReferenceType.)
        Specified by:
        getFirstColumnValue in interface XReferenceEntry
        Returns:
        The value for the first column of the crossreference stream entry.
      • compareTo

        public int compareTo​(XReferenceEntry xReferenceEntry)
        Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
        Specified by:
        compareTo in interface java.lang.Comparable<XReferenceEntry>
        Parameters:
        xReferenceEntry - the object to be compared.
        Returns:
        a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.