Class DblArrayIntListHashMap
- java.lang.Object
 - 
- org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
 
 
- 
public class DblArrayIntListHashMap extends Object
collect an array list of the indexes with the same hashes. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDblArrayIntListHashMap.DArrayIListEntry 
- 
Constructor Summary
Constructors Constructor Description DblArrayIntListHashMap()DblArrayIntListHashMap(int init_capacity) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendValue(DblArray key, int value)List<DblArrayIntListHashMap.DArrayIListEntry>extractValues()IntArrayListget(DblArray key)intsize()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
size
public int size()
 
- 
get
public IntArrayList get(DblArray key)
 
- 
appendValue
public void appendValue(DblArray key, int value)
 
- 
extractValues
public List<DblArrayIntListHashMap.DArrayIListEntry> extractValues()
 
 - 
 
 -