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