length method

int length()

Returns the length of the BIP32 path.

Implementation

int length() {
  return elems.length;
}