countClaimedHandles method

int countClaimedHandles ()

Implementation

int countClaimedHandles() {
  return _nextHandle;
}