Class FixedSizeMap$


  • public class FixedSizeMap$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FixedSizeMap$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedSizeMap$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A,​B>
      FixedSizeMap<A,​B>
      empty​(int size)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final FixedSizeMap$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FixedSizeMap$

        public FixedSizeMap$()
    • Method Detail

      • empty

        public <A,​B> FixedSizeMap<A,​B> empty​(int size)