For IntelliJ IDEA and
Android Studio


public PrimitiveType toUnboxedType() throws UnsupportedOperationException { if (!isBoxedType()) { throw new UnsupportedOperationException(name + " isn't a boxed type."); } return new PrimitiveType(PrimitiveType.unboxMap.get(name.getIdentifier())); }
public PrimitiveType toUnboxedType() throws UnsupportedOperationException { if (!isBoxedType()) { throw new UnsupportedOperationException(name + " isn't a boxed type."); } return new PrimitiveType(PrimitiveType.unboxMap.get(name.getIdentifier())); }