@Deprecated @InternalUseOnly public class MapOfListMaps<Index1Type,Index2Type,DataType> extends Object
Constructor and Description |
---|
MapOfListMaps()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Index1Type key1,
Index2Type key2,
DataType value)
Deprecated.
|
Map<Index2Type,List<DataType>> |
get(Index1Type key1)
Deprecated.
|
List<DataType> |
get(Index1Type key1,
Index2Type key2)
Deprecated.
|
String |
toString()
Deprecated.
|
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-2020 Eclipse Foundation. All Rights Reserved.