Class CodeWriter.Multiset<T>

  • Enclosing class:
    CodeWriter

    private static final class CodeWriter.Multiset<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<T,​java.lang.Integer> map  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Multiset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(T t)  
      (package private) boolean contains​(T t)  
      (package private) void remove​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private final java.util.Map<T,​java.lang.Integer> map
    • Constructor Detail

      • Multiset

        private Multiset()
    • Method Detail

      • add

        void add​(T t)
      • remove

        void remove​(T t)
      • contains

        boolean contains​(T t)