joinBits static method

int joinBits(
  1. Set<int> intSet
)

Implementation

static int joinBits(Set<int> intSet) {
  return intSet.joinBits();
}