Class Theta
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<TypeVariable,Variable>
org.checkerframework.framework.util.typeinference8.util.Theta
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<TypeVariable,
Variable>
A mapping from type variables to inference variables.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(Object key) Collection<? extends TypeVariable>
Returns a list of type variables that do not yet have a value.Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Theta
public Theta()Creates Theta.
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<TypeVariable,
Variable> - Overrides:
containsKey
in classHashMap<TypeVariable,
Variable>
-
get
- Specified by:
get
in interfaceMap<TypeVariable,
Variable> - Overrides:
get
in classLinkedHashMap<TypeVariable,
Variable>
-
getNotInstantiated
Returns a list of type variables that do not yet have a value.- Returns:
- a list of type variables that do not yet have a value
-