All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squareup.protoparser.Option Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
// Copyright 2013 Square, Inc.
package com.squareup.protoparser;

import java.util.Arrays;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;

import static java.util.Collections.unmodifiableMap;
import static com.squareup.protoparser.Utils.appendIndented;

public final class Option {
  @SuppressWarnings("unchecked")
  public static Map optionsAsMap(List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy