public class AbstractInexactAction extends Object implements Comparable<AbstractInexactAction>
| Constructor and Description |
|---|
AbstractInexactAction() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractInexactAction o) |
boolean |
equals(Object obj) |
int |
name() |
int |
rel() |
public int compareTo(AbstractInexactAction o)
compareTo in interface Comparable<AbstractInexactAction>public int name()
public int rel()
Copyright © 2014–2021 码农场. All rights reserved.