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
- 
Nested Class Summary
- 
Method SummaryModifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<QOM.Tuple2<K,V>> $tuples()Get theMap.entrySet()of this map as a list of tuples.Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
- 
Method Details- 
$tuplesGet theMap.entrySet()of this map as a list of tuples.
 
-