public class DF_Solution extends HashMap<Object,DF_LatticeCell>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID
Support for serialization
|
Constructor and Description |
---|
DF_Solution() |
Modifier and Type | Method and Description |
---|---|
Object |
lookup(Object k)
Return the lattice cell corresponding to an object
|
String |
toString()
Return a string representation of the dataflow solution
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode
static final long serialVersionUID
public DF_Solution()
public String toString()
toString
in class AbstractMap<Object,DF_LatticeCell>