Tabnine Logo
GitCache$CachedObjectIndex$Builder.onBuilt
Code IndexAdd Tabnine to your IDE (free)

How to use
onBuilt
method
in
org.eclipse.jgit.generated.storage.dht.proto.GitCache$CachedObjectIndex$Builder

Best Java code snippets using org.eclipse.jgit.generated.storage.dht.proto.GitCache$CachedObjectIndex$Builder.onBuilt (Showing top 2 results out of 315)

origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex buildPartial() {
 org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex result = new org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex(this);
 int from_bitField0_ = bitField0_;
 if (itemBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   item_ = java.util.Collections.unmodifiableList(item_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.item_ = item_;
 } else {
  result.item_ = itemBuilder_.build();
 }
 onBuilt();
 return result;
}
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex buildPartial() {
 org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex result = new org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex(this);
 int from_bitField0_ = bitField0_;
 if (itemBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   item_ = java.util.Collections.unmodifiableList(item_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.item_ = item_;
 } else {
  result.item_ = itemBuilder_.build();
 }
 onBuilt();
 return result;
}
org.eclipse.jgit.generated.storage.dht.protoGitCache$CachedObjectIndex$BuilderonBuilt

Popular methods of GitCache$CachedObjectIndex$Builder

  • <init>
  • addItem
  • addItemBuilder
  • build
  • buildPartial
  • create
  • ensureItemIsMutable
  • getItem
  • getItemCount
  • getItemFieldBuilder
  • getParentForChildren
  • getUnknownFields
  • getParentForChildren,
  • getUnknownFields,
  • isClean,
  • maybeForceBuilderInitialization,
  • mergeDelimitedFrom,
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onChanged

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Permission (java.security)
    Legacy security code; do not use.
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now