Class LongArray.StaticMethods

  • Enclosing class:
    LongArray

    public static final class LongArray.StaticMethods
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticMethods()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LongArray newLongArray​(long maxKeySize, long maxNumKeys)  
      static LongArray newLongArray​(long maxKeySize, long maxNumKeys, long initCapacity)  
      • Methods inherited from class java.lang.Object

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

      • StaticMethods

        public StaticMethods()
    • Method Detail

      • newLongArray

        public static LongArray newLongArray​(long maxKeySize,
                                             long maxNumKeys)
      • newLongArray

        public static LongArray newLongArray​(long maxKeySize,
                                             long maxNumKeys,
                                             long initCapacity)