13 #ifndef ALI_MP_ARRAY_I_H
14 #define ALI_MP_ARRAY_I_H
29 Bool_t
Add(Int_t value, Bool_t warn=kTRUE);
30 Bool_t
Remove(Int_t value);
59 #endif //ALI_MP_EX_MAP_H
Int_t fMinValue
The minimum value in the array.
Bool_t HasValue(Int_t value) const
Int_t fNofValues
Number of values in the array.
Bool_t Add(Int_t value, Bool_t warn=kTRUE)
AliMpArrayI(Bool_t sort=true)
Bool_t fSort
Option to sort the values.
Bool_t Remove(Int_t value)
Helper class for sorted integer array.
TArrayI fValues
Array of values.
Int_t fMaxValue
The maximum value in the array.
Int_t GetValue(Int_t index) const
static const Int_t fgkDefaultSize
Default initial size.
Int_t GetPosition(Int_t value) const