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