Interface PackWriter.ObjectIdSet

  • Enclosing class:
    PackWriter

    public static interface PackWriter.ObjectIdSet
    A collection of object ids.
    • Method Detail

      • contains

        boolean contains​(AnyObjectId objectId)
        Returns true if the objectId is contained within the collection.
        Parameters:
        objectId - the objectId to find
        Returns:
        whether the collection contains the objectId.