public static final class Stopwatch.Path extends Object implements Comparable<Stopwatch.Path>
| Modifier and Type | Field and Description |
|---|---|
static Stopwatch.Path |
EMPTY |
static String |
ROOT_NAME |
| Constructor and Description |
|---|
Path(Stopwatch.Path parent,
String name) |
Path(String self) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Stopwatch.Path other) |
boolean |
endsWith(String name) |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
length() |
String |
toString() |
public static final String ROOT_NAME
public static final Stopwatch.Path EMPTY
public Path(String self)
public Path(Stopwatch.Path parent, String name)
public int length()
public int compareTo(Stopwatch.Path other)
compareTo in interface Comparable<Stopwatch.Path>public boolean endsWith(String name)
Copyright © 2021. All rights reserved.