Module org.jooq
Package org.jooq.impl

Interface QOM.UnmodifiableCollection<Q extends QueryPart>

All Superinterfaces:
Collection<Q>, Iterable<Q>, QueryPart, Serializable
All Known Subinterfaces:
QOM.UnmodifiableList<Q>
Enclosing class:
QOM

public static sealed interface QOM.UnmodifiableCollection<Q extends QueryPart> extends QueryPart, Collection<Q> permits QOM.UnmodifiableList<Q> (not exhaustive)
An unmodifiable Collection of QueryPart elements.