/** Convenience constructor to provide defaults */ public Con ( int thing ) { this( thing, false, 0 ); }