package org.ovirt.engine.core.compat; import java.util.ArrayList; public class MatchCollection extends ArrayList<Match> { }