compareTo method

int compareTo(
  1. AFID other
)
inherited

Implementation

int compareTo(AFID other) {
  return code.compareTo(other.code);
}