| Package | Description |
|---|---|
| org.xmcda.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
PerformanceTableCoord |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<VALUE_TYPE> |
Matrix.put(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
Maps the specified
key to the specified value. |
QualifiedValues<VALUE_TYPE> |
Matrix.putIfAbsent(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
If the specified key is not already associated with a value, associates it with the given value and returns null, else returns the current value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.putAll(Map<? extends Coord<DIMENSION,DIMENSION>,? extends QualifiedValues<VALUE_TYPE>> m) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.