public interface IloIntDExprMap
| Modifier and Type | Method and Description |
|---|---|
IloIntExpr |
get(double index)
This method returns the element
index from the map. |
IloIntExpr |
get(IloTuple index)
This method returns the element
index from the map. |
IloIntExpr |
get(int index)
This method returns the element
index from the map. |
IloIntExpr |
get(java.lang.String index)
This method returns the element
index from the map. |
IloIntExpr get(int index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloIntExpr get(double index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloIntExpr get(java.lang.String index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloIntExpr get(IloTuple index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloException