getHashCode method

int getHashCode(
  1. Value val
)

Implementation

int getHashCode(Value val) {
  return val.hash();
}