org.eclipse.jgit.lib
Class ObjectIdOwnerMap.Entry

java.lang.Object
  extended by org.eclipse.jgit.lib.AnyObjectId
      extended by org.eclipse.jgit.lib.ObjectId
          extended by org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
All Implemented Interfaces:
Serializable, Comparable<Object>
Direct Known Subclasses:
PackedObjectInfo, RevObject
Enclosing class:
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>

public abstract static class ObjectIdOwnerMap.Entry
extends ObjectId

Type of entry stored in the ObjectIdOwnerMap.

See Also:
Serialized Form

Constructor Summary
ObjectIdOwnerMap.Entry(AnyObjectId id)
          Initialize this entry with a specific ObjectId.
 
Method Summary
 
Methods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
 
Methods inherited from class org.eclipse.jgit.lib.AnyObjectId
abbreviate, compareTo, compareTo, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, equals, equals, equals, getByte, getFirstByte, getName, hashCode, name, startsWith, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectIdOwnerMap.Entry

public ObjectIdOwnerMap.Entry(AnyObjectId id)
Initialize this entry with a specific ObjectId.

Parameters:
id - the id the entry represents.


Copyright © 2013. All Rights Reserved.