containsValue abstract method

bool containsValue(
  1. V value
)

Returns whether this TTMultiMap contains value at least once.

Implementation

bool containsValue(V value);