edu.umd.cs.findbugs.ba.ca
public class CallList extends Object
Constructor Summary | |
---|---|
CallList() |
Method Summary | |
---|---|
void | add(Call call) |
Iterator<Call> | callIterator() |
void | clear() |
void | copyFrom(CallList other) |
Call | get(int index) |
boolean | isBottom() |
boolean | isTop() |
boolean | isValid() |
static CallList | merge(CallList a, CallList b) |
void | setBottom() |
void | setTop() |
int | size() |