|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.intset.SimpleIntVector
public class SimpleIntVector
simple implementation of IntVector
| Constructor Summary | |
|---|---|
SimpleIntVector(int defaultValue)
|
|
SimpleIntVector(int defaultValue,
int initialSize)
|
|
| Method Summary | |
|---|---|
int |
get(int x)
|
int |
getMaxIndex()
|
void |
performVerboseAction()
|
void |
set(int x,
int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleIntVector(int defaultValue)
public SimpleIntVector(int defaultValue,
int initialSize)
| Method Detail |
|---|
public int get(int x)
get in interface IntVector
public void set(int x,
int value)
set in interface IntVectorpublic void performVerboseAction()
public int getMaxIndex()
getMaxIndex in interface IntVector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||