public class CallList extends Object
Constructor and Description |
---|
CallList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Call call) |
Iterator<Call> |
callIterator() |
void |
clear() |
void |
copyFrom(CallList other) |
boolean |
equals(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() |
String |
toString() |
public boolean isValid()
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)
Copyright © 2003–2015. All rights reserved.