public class QueryPlan extends java.util.HashMap<java.lang.String,java.util.Set<Relation>>
| Constructor and Description |
|---|
QueryPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
put(java.lang.String key,
Relation r) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic void put(java.lang.String key,
Relation r)
Copyright © Sylvain HallĂ©. All Rights Reserved.