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 void
Array. setM(HashMapToInt<T> map, int si, AMapToData m, int i)
Set the index i in the map given based on the mapping provided.void
Array. setM(HashMapToInt<T> map, AMapToData m, int i)
Set the index i in the map given based on the mapping provided.void
HashIntegerArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)
void
HashIntegerArray. setM(HashMapToInt<Object> map, AMapToData m, int i)
void
HashLongArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)
void
HashLongArray. setM(HashMapToInt<Object> map, AMapToData m, int i)
void
OptionalArray. setM(HashMapToInt<T> map, int si, AMapToData m, int i)
void
OptionalArray. setM(HashMapToInt<T> map, AMapToData m, int i)
-