compare static method

int compare(
  1. ByteConverter a,
  2. ByteConverter b
)

Implementation

static int compare(ByteConverter a, ByteConverter b) => a._bits.compareTo(b._bits);