Motivation: We need to implement remove() by ourselves to make it work on Java7 as otherwise it will throw an AbstractMethodError. This is a followup of c1a335446d. Modifications: Just implemented remove() Result: Works on Java7 as well.
c1a335446d