Constructor and Description |
---|
ThreadTimelineBean() |
Modifier and Type | Method and Description |
---|---|
ThreadTimelineBean |
clone() |
boolean |
contains(ThreadTimelineBean other)
NOTE: A
ThreadTimelineBean is contains another if they are
either equals, or the the name, state and start time are the same
(in other words, this method does not check the stop time, and is not a
strict Set operation). |
boolean |
equals(Object obj) |
String |
getName() |
long |
getStartTime() |
Thread.State |
getState() |
long |
getStopTime() |
int |
hashCode() |
boolean |
isHighlight() |
void |
setHighlight(boolean highlight) |
void |
setName(String name) |
void |
setStartTime(long startTime) |
void |
setState(Thread.State state) |
void |
setStopTime(long stopTime) |
String |
toString() |
public boolean isHighlight()
public void setHighlight(boolean highlight)
public Thread.State getState()
public void setState(Thread.State state)
public String getName()
public void setName(String name)
public long getStartTime()
public void setStartTime(long startTime)
public long getStopTime()
public void setStopTime(long stopTime)
public boolean contains(ThreadTimelineBean other)
ThreadTimelineBean
is contains another if they are
either equals, or the the name, state and start time are the same
(in other words, this method does not check the stop time, and is not a
strict Set operation).public ThreadTimelineBean clone()
Copyright © 2013. All Rights Reserved.