Class SingletonLookupHashMap
- java.lang.Object
-
- org.apache.sysds.runtime.compress.SingletonLookupHashMap
-
public final class SingletonLookupHashMap extends Object
This class allows sharing of objects across the entire program. It is used for instance for sharing WTrees for workload aware compression
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(int id)
Object
get(int id)
static SingletonLookupHashMap
getMap()
int
put(Object obj)
void
removeKey(int id)
String
toString()
-