JavaScript is disabled on your browser.
Skip navigation links
Oracle REST Data Services Java API Reference
Release 25.1
G25761-01
Overview
Package
Class
Use
Tree
Deprecated
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
Package oracle.dbtools.plugin.api.collections
package
oracle.dbtools.plugin.api.collections
Provides the
MultiMap
collection type.
Author:
cdivilly
Related Packages
Package
Description
oracle.dbtools.plugin.api
Enumerates the
ExtensionPoints
that plugins can extend.
Interfaces
Class
Description
MultiMap
<K,
V>
A MultiMap is like a
Map
except that a key can be bound to
multi
ple values.