MCPcopy Create free account
hub / github.com/grpc/grpc-java / bitSetOf

Method bitSetOf

api/src/test/java/io/grpc/UriTest.java:813–819  ·  view source on GitHub ↗
(char... chars)

Source from the content-addressed store, hash-verified

811 }
812
813 private static BitSet bitSetOf(char... chars) {
814 BitSet bitset = new BitSet();
815 for (char c : chars) {
816 bitset.set(c);
817 }
818 return bitset;
819 }
820
821 private static BitSet or(BitSet... bitsets) {
822 BitSet bitset = new BitSet();

Calls 1

setMethod · 0.65

Tested by

no test coverage detected