Class Place
- java.lang.Object
-
- com.github.jy2.logs.console.model.Place
-
- All Implemented Interfaces:
Comparable<Place>
public class Place extends Object implements Comparable<Place>
-
-
Field Summary
Fields Modifier and Type Field Description LimitedList<go.jyroscope.ros.rosgraph_msgs.Log>entriesStringfileintline
-
Constructor Summary
Constructors Constructor Description Place()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(go.jyroscope.ros.rosgraph_msgs.Log item)intcompareTo(Place o)voidgetEntries(ArrayList<go.jyroscope.ros.rosgraph_msgs.Log> out)go.jyroscope.ros.rosgraph_msgs.LoggetEntry(int i)intgetNumEntries()StringtoString()
-
-
-
Field Detail
-
file
public String file
-
line
public int line
-
entries
public LimitedList<go.jyroscope.ros.rosgraph_msgs.Log> entries
-
-
Method Detail
-
add
public void add(go.jyroscope.ros.rosgraph_msgs.Log item)
-
getEntries
public void getEntries(ArrayList<go.jyroscope.ros.rosgraph_msgs.Log> out)
-
getNumEntries
public int getNumEntries()
-
getEntry
public go.jyroscope.ros.rosgraph_msgs.Log getEntry(int i)
-
compareTo
public int compareTo(Place o)
- Specified by:
compareToin interfaceComparable<Place>
-
-