getKey method

int getKey()

Implementation

int getKey() {
  return (indexA << 24) | (indexB << 16) | (typeA << 8) | typeB;
}