Class BitmapObject

  • Direct Known Subclasses:
    BitmapIndexImpl.BitmapObjectImpl

    public abstract class BitmapObject
    extends java.lang.Object
    Base object type accessed during bitmap expansion.
    Since:
    3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapObject()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ObjectId getObjectId()
      Get the name of this object.
      abstract int getType()
      Get Git object type.
      • Methods inherited from class java.lang.Object

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

      • BitmapObject

        public BitmapObject()
    • Method Detail

      • getType

        public abstract int getType()
        Get Git object type. See Constants.
        Returns:
        object type
      • getObjectId

        public abstract ObjectId getObjectId()
        Get the name of this object.
        Returns:
        unique hash of this object.