Java edu.stanford.nlp.util CollectionValuedMap fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.util CollectionValuedMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.util CollectionValuedMap.

The text is from its open source code.

Constructor

CollectionValuedMap()
Creates a new empty CollectionValuedMap which uses a HashMap as the underlying Map, and HashSets as the Collections in each mapping.

Method

voidadd(K key, V value)
Adds the value to the Collection mapped to by the key.
booleancontainsKey(Object key)
Collectionget(Object key)
SetkeySet()