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