Example usage for org.apache.solr.common.util NamedList subclass-usage

List of usage examples for org.apache.solr.common.util NamedList subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.common.util NamedList subclass-usage.

Usage

From source file com.rapidbackend.util.general.SimpleOrderedMap.java

/** <code>SimpleOrderedMap</code> is a {@link NamedList} where access by key is more
 * important than maintaining order when it comes to representing the
 * held data in other forms, as ResponseWriters normally do.
 * It's normally not a good idea to repeat keys or use null keys, but this
 * is not enforced.  If key uniqueness enforcement is desired, use a regular {@link Map}.
 * <p>