Module org.jooq
Package org.jooq.impl

Interface QOM.UnmodifiableMap<K extends QueryPart,V extends QueryPart>

All Superinterfaces:
Map<K,V>, QueryPart, Serializable
Enclosing class:
QOM

public static sealed interface QOM.UnmodifiableMap<K extends QueryPart,V extends QueryPart> extends QueryPart, Map<K,V>
An unmodifiable Map of QueryPart keys and values.