| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |

整数离散数据的抽象类。 可以使用迭代器对该域进行枚举。
另请参阅:
| 方法概要 | |
|---|---|
public IloIntCollectionI * | getImpl() const |
public IloInt | getValue(IloInt index) const |
public | IloIntCollection(IloIntCollectionI * impl) |
从 "IloDiscreteDataCollection继承的方法 |
|---|
getImpl, getIndex, getIndex, getIndex, getIndex, getIndex, getSize, IloDiscreteDataCollection, IloDiscreteDataCollection, isOrdered, isReversed, isSorted, iterator |
从 "IloDataCollection继承的方法 |
|---|
display, end, getEnv, getName, isIntRange, isIntSet, isNumRange, isNumSet, isSymbolSet, isTupleSet, sort, sort, sort, sort |
| 方法详细信息 |
|---|
构造函数。
该成员函数返回一个指向调用可提取对象的实现对象的指针。 当您需要确保在多种情况下使用同一个调用提取对象副本时,这个功能非常有用。
该成员函数返回给定索引处的值。
| 索引 | 要返回值的索引。 |