public class MessageLogList extends TreeSet
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected static long |
startTime |
Constructor and Description |
---|
MessageLogList(Comparator comp)
Constructor.
|
MessageLogList(String callId,
Comparator comp)
Constructor given callId and a comparator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object obj)
Add a comparable object to the messgageLog
|
void |
addDescription(String description)
set a descriptive string for this log (for id purposes).
|
addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
protected String description
protected static long startTime
public MessageLogList(Comparator comp)
comp
- comparator for sorting the logspublic MessageLogList(String callId, Comparator comp)
callId
- is the call id for which to store the log.comp
- is the comparator to sort the log records.public void addDescription(String description)
description
- is the decriptive string to add.Copyright © 2016. All Rights Reserved.