Class FeatureStructureImplC

    • Field Detail

      • casImpl

        protected final CASImpl casImpl
      • addr

        protected final int addr
    • Constructor Detail

      • FeatureStructureImplC

        protected FeatureStructureImplC()
    • Method Detail

      • getCAS

        public CAS getCAS()
        Description copied from interface: FeatureStructure
        Return the CAS that this FS belongs to.
        Returns:
        The CAS.
      • equals

        public boolean equals​(java.lang.Object o)
        Description copied from interface: FeatureStructure
        A feature structure is equal to another feature structure iff it is identical in the underlying representation.
        Specified by:
        equals in interface FeatureStructure
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Description copied from interface: FeatureStructure
        Will return a hash code that's consistent with equality, i.e., if two FSs are equal, they will also return the same hash code.
        Specified by:
        hashCode in interface FeatureStructure
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        The hash code.