Package 

Class LongArray


  • 
    public class LongArray
    
                        

    Object wrapping an auto-expanding long[]. Like an ArrayListbut without the autoboxing.

    • Method Summary

      Modifier and Type Method Description
      static LongArray createWithInitialCapacity(int initialCapacity)
      void add(long value)
      long get(int index)
      void set(int index, long value)
      int size()
      boolean isEmpty()
      void dropTail(int n) Removes the *last* n items of the array all at once.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait