public class Profile extends Object implements Comparable<Profile>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Profile that) |
boolean |
equals(Object obj) |
int |
hashCode() |
static Profile |
start(Class<?> type) |
Profile |
stop() |
String |
toString() |
Copyright © 2020. All rights reserved.