JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Help
Oracle REST Data Services Java API Reference
Release 23.1
F76816-01
All Classes
JavaScript is disabled on your browser.
Package oracle.dbtools.plugin.api.collections
Provides the
MultiMap
collection type.
Author:
cdivilly
Interface Summary
Interface
Description
MultiMap
<K,V>
A MultiMap is like a
Map
except that a key can be bound to
multi
ple values.