Class AbstractTMap.Functionality<T extends java.lang.Comparable>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractTMap<T extends java.lang.Comparable>

    public static class AbstractTMap.Functionality<T extends java.lang.Comparable>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Functionality()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T[] createArray​(int n)  
      T intern​(T x)  
      • Methods inherited from class java.lang.Object

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

      • Functionality

        public Functionality()
    • Method Detail

      • createArray

        public T[] createArray​(int n)
      • intern

        public T intern​(T x)