755756757758759760761762763764765
return; } // shorter or equal to max length in quantities map // we might have a more specific match final int[] ident = suffix.toArray(); int[] match = null; for (int[] test : quantities.keySet()) { if (equals(ident, test, true))