¡@

Home 

java Programming Glossary: asint

Stopping repetition in Java enums

http://stackoverflow.com/questions/6559163/stopping-repetition-in-java-enums

enum Resolution RES_32 32 RES_64 64 private final int asInt private Resolution int asInt this.asInt asInt I have more classes.. RES_64 64 private final int asInt private Resolution int asInt this.asInt asInt I have more classes that need a similar kind.. private final int asInt private Resolution int asInt this.asInt asInt I have more classes that need a similar kind of enum..