|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.collections.SimpleVector<T>
public class SimpleVector<T>
simple implementation of IVector
| Constructor Summary | |
|---|---|
SimpleVector()
|
|
| Method Summary | |
|---|---|
T |
get(int x)
|
int |
getMaxIndex()
|
java.util.Iterator<T> |
iterator()
|
void |
performVerboseAction()
|
void |
set(int x,
T value)
TODO: this can be optimized |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleVector()
| Method Detail |
|---|
public T get(int x)
get in interface IVector<T>
public void set(int x,
T value)
IVector
set in interface IVector<T>IntVector.set(int, int)public void performVerboseAction()
performVerboseAction in interface IVector<T>public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>public int getMaxIndex()
getMaxIndex in interface IVector<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||