Java org.apache.lucene.util MapOfSets fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util MapOfSets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util MapOfSets.

The text is from its open source code.

Constructor

Method

Map>getMap()
intput(K key, V val)
Adds val to the Set associated with key in the Map.
intputAll(K key, Collection vals)
Adds multiple vals to the Set associated with key in the Map.