Tabnine Logo
MapField.getList
Code IndexAdd Tabnine to your IDE (free)

How to use
getList
method
in
com.google.protobuf.MapField

Best Java code snippets using com.google.protobuf.MapField.getList (Showing top 12 results out of 315)

origin: com.google.protobuf/protobuf-java

@Override
public Object getRepeated(Builder builder, int index) {
 return getMapField(builder).getList().get(index);
}
origin: com.google.protobuf/protobuf-java

@Override
public int getRepeatedCount(Builder builder) {
 return getMapField(builder).getList().size();
}
origin: com.google.protobuf/protobuf-java

@Override
public Object getRepeated(GeneratedMessage message, int index) {
 return getMapField(message).getList().get(index);
}
origin: com.google.protobuf/protobuf-java

@Override
public Object getRepeated(Builder builder, int index) {
 return getMapField(builder).getList().get(index);
}
origin: com.google.protobuf/protobuf-java

@Override
public int getRepeatedCount(GeneratedMessage message) {
 return getMapField(message).getList().size();
}
origin: com.google.protobuf/protobuf-java

@Override
public Object getRepeated(GeneratedMessageV3 message, int index) {
 return getMapField(message).getList().get(index);
}
origin: com.google.protobuf/protobuf-java

@Override
public int getRepeatedCount(GeneratedMessageV3 message) {
 return getMapField(message).getList().size();
}
origin: com.google.protobuf/protobuf-java

@Override
public int getRepeatedCount(Builder builder) {
 return getMapField(builder).getList().size();
}
origin: yeriomin/play-store-api

@Override
public Object getRepeated(GeneratedMessage message, int index) {
 return getMapField(message).getList().get(index);
}
origin: yeriomin/play-store-api

@Override
public int getRepeatedCount(GeneratedMessage message) {
 return getMapField(message).getList().size();
}
origin: yeriomin/play-store-api

@Override
public Object getRepeated(Builder builder, int index) {
 return getMapField(builder).getList().get(index);
}
origin: yeriomin/play-store-api

@Override
public int getRepeatedCount(Builder builder) {
 return getMapField(builder).getList().size();
}
com.google.protobufMapFieldgetList

Javadoc

Gets the content of this MapField as a read-only List.

Popular methods of MapField

  • getMap
    Returns the content of this MapField as a read-only Map.
  • getMutableMap
    Gets a mutable Map view of this MapField.
  • isMutable
    Returns whether this field can be modified.
  • clear
  • copy
    Returns a deep copy of this MapField.
  • emptyMapField
    Returns an immutable empty MapField.
  • makeImmutable
    Makes this list immutable. All subsequent modifications will throw an UnsupportedOperationException.
  • mergeFrom
  • newMapField
    Creates a new mutable empty MapField.
  • equals
  • hashCode
  • <init>
  • hashCode,
  • <init>,
  • convertKeyAndValueToMessage,
  • convertListToMap,
  • convertMapToList,
  • convertMessageToKeyAndValue,
  • getMapEntryMessageDefaultInstance,
  • getMutableList

Popular in Java

  • Parsing JSON documents to java classes using gson
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (Timer)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top Vim plugins
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