¡@

Home 

java Programming Glossary: cdr

How to avoid constructor code redundancy in Java?

http://stackoverflow.com/questions/17171012/how-to-avoid-constructor-code-redundancy-in-java

I have the following class class Pair String car Integer cdr public Pair public Pair String car this.car car public Pair.. public Pair String car this.car car public Pair Integer cdr this.cdr cdr public Pair String car Integer cdr this car this.. Pair String car this.car car public Pair Integer cdr this.cdr cdr public Pair String car Integer cdr this car this cdr The..