public class LeetType extends Object implements Comparable<LeetType>
| Modifier and Type | Field and Description |
|---|---|
static LeetType |
AFTER |
static LeetType |
BEFORE |
static LeetType |
BOTH |
static LeetType |
NONE |
static LeetType[] |
TYPES |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LeetType o) |
static LeetType |
fromRdfString(String str) |
int |
getOrdinal() |
String |
toRdfString() |
String |
toString() |
public static LeetType NONE
public static LeetType BEFORE
public static LeetType AFTER
public static LeetType BOTH
public static LeetType[] TYPES
public int getOrdinal()
public String toRdfString()
public int compareTo(LeetType o)
compareTo in interface Comparable<LeetType>Copyright © 2018. All rights reserved.