public MonotoneChainEdge getMonotoneChainEdge() { if (this.mce == null) { this.mce = new MonotoneChainEdge(this); } return this.mce; }