|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.CollectionFlowUniverse
Provides an implementation of a flow universe, wrapping collections.
Constructor Summary | |
CollectionFlowUniverse(java.util.Collection elements)
|
Method Summary | |
java.util.Iterator |
iterator()
returns an iterator over the elements of the universe. |
int |
size()
returns the number of elements of the universe. |
java.lang.Object[] |
toArray()
returns the elements of the universe in form of an array. The returned array could be backed or not. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CollectionFlowUniverse(java.util.Collection elements)
Method Detail |
public int size()
public java.util.Iterator iterator()
public java.lang.Object[] toArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |