public class DoubleIntListHashMap extends Object
HashMap<Double,IntArrayList>
for restricted use cases.Modifier and Type | Class and Description |
---|---|
class |
DoubleIntListHashMap.DIListEntry |
Modifier and Type | Field and Description |
---|---|
static int |
hashMissCount |
Constructor and Description |
---|
DoubleIntListHashMap() |
DoubleIntListHashMap(int init_capacity) |
Modifier and Type | Method and Description |
---|---|
void |
appendValue(double key,
int value) |
void |
appendValue(double key,
IntArrayList value) |
ArrayList<DoubleIntListHashMap.DIListEntry> |
extractValues() |
IntArrayList |
get(double key) |
int |
size() |
String |
toString() |
public DoubleIntListHashMap()
public DoubleIntListHashMap(int init_capacity)
public int size()
public IntArrayList get(double key)
public void appendValue(double key, IntArrayList value)
public void appendValue(double key, int value)
public ArrayList<DoubleIntListHashMap.DIListEntry> extractValues()
Copyright © 2021 The Apache Software Foundation. All rights reserved.