public class CallList
extends java.lang.Object
Constructor | Description |
---|---|
CallList() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(Call call) |
|
java.util.Iterator<Call> |
callIterator() |
|
void |
clear() |
|
void |
copyFrom(CallList other) |
|
boolean |
equals(java.lang.Object obj) |
|
Call |
get(int index) |
|
int |
hashCode() |
|
boolean |
isBottom() |
|
boolean |
isTop() |
|
boolean |
isValid() |
|
static CallList |
merge(CallList a,
CallList b) |
|
void |
setBottom() |
|
void |
setTop() |
|
int |
size() |
|
java.lang.String |
toString() |
public boolean isValid()
public java.util.Iterator<Call> callIterator()
public boolean isTop()
public boolean isBottom()
public void setTop()
public void setBottom()
public void clear()
public void add(Call call)
public int size()
public Call get(int index)
public void copyFrom(CallList other)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
SpotBugs is licensed under the LGPL.