countUnclaimedHandles method

int countUnclaimedHandles ()

Implementation

int countUnclaimedHandles() {
  return handleInfos.length - _nextHandle;
}