Uses of Class
org.apache.sysds.runtime.frame.data.columns.HashMapToInt
-
Packages that use HashMapToInt Package Description org.apache.sysds.runtime.frame.data.columns -
-
Uses of HashMapToInt in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns with parameters of type HashMapToInt Modifier and Type Method Description voidArray. setM(HashMapToInt<T> map, int si, AMapToData m, int i)Set the index i in the map given based on the mapping provided.voidArray. setM(HashMapToInt<T> map, AMapToData m, int i)Set the index i in the map given based on the mapping provided.voidHashIntegerArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)voidHashIntegerArray. setM(HashMapToInt<Object> map, AMapToData m, int i)voidHashLongArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)voidHashLongArray. setM(HashMapToInt<Object> map, AMapToData m, int i)voidOptionalArray. setM(HashMapToInt<T> map, int si, AMapToData m, int i)voidOptionalArray. setM(HashMapToInt<T> map, AMapToData m, int i)
-