Class LimitedValueIntStore
- java.lang.Object
-
- org.eclipse.mat.parser.internal.util.LimitedValueIntStore
-
public class LimitedValueIntStore extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LimitedValueIntStore(int maxValue, int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
add(int index, int value)
int
create()
void
dispose(int index)
int[]
get(int index)
-