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