Predictor-corrector methods
Combining an explicit method (predictor) with an implicit one of the same order (corrector) to get the accuracy and stability of the implicit without solving equations: ABM2 and ABM4.
Predict and correct
Instead of solving the implicit equation of Adams-Moulton, one predicts with an explicit method and uses that prediction inside the implicit corrector, which is thus evaluated only once. With AB2 as predictor and AM2 as corrector one obtains ABM2: