-
class
Abstract implementation of the
ListValuedMap
interface to simplify
the creation of subclass implementations.
class
Abstract implementation of the
SetValuedMap
interface to simplify the
creation of subclass implementations.
class
Implements a
ListValuedMap
, using a
HashMap
to provide data
storage and
ArrayList
s as value collections.
class
Implements a
ListValuedMap
, using a
LinkedHashMap
to provide data
storage and
ArrayList
s as value collections.
class
Implements a
SetValuedMap
, using a
HashMap
to provide data
storage and
HashSet
s as value collections.
class