Class MultisetForEachEntryTester<E>

    • Constructor Detail

      • MultisetForEachEntryTester

        public MultisetForEachEntryTester()
    • Method Detail

      • testForEachEntry

        public void testForEachEntry()
      • testForEachEntryOrdered

        public void testForEachEntryOrdered()
      • testForEachEntryDuplicates

        public void testForEachEntryDuplicates()
      • getForEachEntryDuplicateInitializingMethods

        @GwtIncompatible
        public static java.util.List<java.lang.reflect.Method> getForEachEntryDuplicateInitializingMethods()
        Returns Method instances for the remove tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.