public class MapOfListMaps<Index1Type,Index2Type,DataType> extends Object
Constructor and Description |
---|
MapOfListMaps() |
Modifier and Type | Method and Description |
---|---|
void |
add(Index1Type key1,
Index2Type key2,
DataType value) |
Map<Index2Type,List<DataType>> |
get(Index1Type key1) |
List<DataType> |
get(Index1Type key1,
Index2Type key2) |
String |
toString() |
public List<DataType> get(Index1Type key1, Index2Type key2)
public Map<Index2Type,List<DataType>> get(Index1Type key1)
public void add(Index1Type key1, Index2Type key2, DataType value)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.