getDepth method

int getDepth(
  1. int position
)

Implementation

int getDepth(int position) {
  return depth[position];
}