类 DebugFrames
- 所有已实现的接口:
Serializable, Cloneable, Iterable<DebugFrame>, Collection<DebugFrame>, List<DebugFrame>, RandomAccess, SequencedCollection<DebugFrame>
- 作者:
- Administrator
- 另请参阅:
-
字段概要
从类继承的字段 AbstractList
modCount -
构造器概要
构造器 -
方法概要
从类继承的方法 ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize从类继承的方法 AbstractCollection
containsAll, toString从接口继承的方法 Collection
parallelStream, stream, toArray从接口继承的方法 List
containsAll, reversed
-
构造器详细资料
-
DebugFrames
public DebugFrames()
-
-
方法详细资料
-
addDebug
-
listDebugText
-
listDebugHtml
-
getRunTime
public long getRunTime()获取执行时间(ms)- 返回:
-
getRunTimeException
- 返回:
- the _RunTimeException
-
setRunTimeException
- 参数:
runTimeException- the _RunTimeException to set
-
getCurrentTime
public long getCurrentTime()跟踪开始时间- 返回:
- the _CurrentTime
-