org.eclipse.jgit.storage.pack
Interface PackWriter.ObjectIdSet

Enclosing class:
PackWriter

public static interface PackWriter.ObjectIdSet

A collection of object ids.


Method Summary
 boolean contains(AnyObjectId objectId)
          Returns true if the objectId is contained within the collection.
 

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.


Copyright © 2013. All Rights Reserved.