Class SingletonLookupHashMap
java.lang.Object
org.apache.sysds.runtime.compress.SingletonLookupHashMap
This class allows sharing of objects across the entire program.
It is used for instance for sharing WTrees for workload aware compression
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(int id) get(int id) static final SingletonLookupHashMapgetMap()intvoidremoveKey(int id) toString()