Searched refs:apiToValueBuilder (Results 1 – 1 of 1) sorted by relevance
372 ImmutableRangeMap.Builder<Integer, Short> apiToValueBuilder = ImmutableRangeMap.builder(); in Opcode() local377 … apiToValueBuilder.put(versionConstraint.apiRange, (short)versionConstraint.opcodeValue); in Opcode()384 this.apiToValueMap = apiToValueBuilder.build(); in Opcode()