174175176177178179180181182183184
this.first = (LeftTuple) leftTuple.getNext(); if ( this.first != null ) { this.first.setPrevious(null); } } leftTuple.clear(); this.size--; return leftTuple; } public boolean contains(final LeftTuple leftTuple) {