congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
GitCache$CachedObjectIndex$Builder.onChanged
Code IndexAdd Tabnine to your IDE (free)

How to use
onChanged
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.onChanged (Showing top 20 results out of 315)

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

public Builder clearItem() {
 if (itemBuilder_ == null) {
  item_ = java.util.Collections.emptyList();
  bitField0_ = (bitField0_ & ~0x00000001);
  onChanged();
 } else {
  itemBuilder_.clear();
 }
 return this;
}
public Builder removeItem(int index) {
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder clearItem() {
 if (itemBuilder_ == null) {
  item_ = java.util.Collections.emptyList();
  bitField0_ = (bitField0_ & ~0x00000001);
  onChanged();
 } else {
  itemBuilder_.clear();
 }
 return this;
}
public Builder removeItem(int index) {
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.add(value);
  onChanged();
 } else {
  itemBuilder_.addMessage(value);
 }
 return this;
}
public Builder addItem(
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

 item_.addAll(other.item_);
onChanged();
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

case 0:
 this.setUnknownFields(unknownFields.build());
 onChanged();
 return this;
default: {
             extensionRegistry, tag)) {
  this.setUnknownFields(unknownFields.build());
  onChanged();
  return this;
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder setItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.set(index, value);
  onChanged();
 } else {
  itemBuilder_.setMessage(index, value);
 }
 return this;
}
public Builder setItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder setItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.set(index, value);
  onChanged();
 } else {
  itemBuilder_.setMessage(index, value);
 }
 return this;
}
public Builder setItem(
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.add(index, value);
  onChanged();
 } else {
  itemBuilder_.addMessage(index, value);
 }
 return this;
}
public Builder addItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.add(index, value);
  onChanged();
 } else {
  itemBuilder_.addMessage(index, value);
 }
 return this;
}
public Builder addItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
 if (itemBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureItemIsMutable();
  item_.add(value);
  onChanged();
 } else {
  itemBuilder_.addMessage(value);
 }
 return this;
}
public Builder addItem(
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.add(index, builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
public Builder addAllItem(
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.add(builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
public Builder addItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder addAllItem(
  java.lang.Iterable<? extends org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item> values) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  super.addAll(values, item_);
  onChanged();
 } else {
  itemBuilder_.addAllMessages(values);
 }
 return this;
}
public Builder clearItem() {
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.add(builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
public Builder addItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder removeItem(int index) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.remove(index);
  onChanged();
 } else {
  itemBuilder_.remove(index);
 }
 return this;
}
public org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder getItemBuilder(
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder addAllItem(
  java.lang.Iterable<? extends org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item> values) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  super.addAll(values, item_);
  onChanged();
 } else {
  itemBuilder_.addAllMessages(values);
 }
 return this;
}
public Builder clearItem() {
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder addItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.add(index, builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
public Builder addAllItem(
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder setItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.set(index, builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
public Builder addItem(org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder setItem(
  int index, org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder builderForValue) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.set(index, builderForValue.build());
  onChanged();
 } else {
  itemBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
public Builder addItem(org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item value) {
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder removeItem(int index) {
 if (itemBuilder_ == null) {
  ensureItemIsMutable();
  item_.remove(index);
  onChanged();
 } else {
  itemBuilder_.remove(index);
 }
 return this;
}
public org.eclipse.jgit.generated.storage.dht.proto.GitCache.CachedObjectIndex.Item.Builder getItemBuilder(
org.eclipse.jgit.generated.storage.dht.protoGitCache$CachedObjectIndex$BuilderonChanged

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,
  • onBuilt

Popular in Java

  • Running tasks concurrently on multiple threads
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • getContentResolver (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • JTable (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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