Class AbstractLongArray<A extends AbstractLongArray<A>>

    • Field Detail

      • data

        protected long[] data
    • Constructor Detail

      • AbstractLongArray

        public AbstractLongArray​(int numEntities)
      • AbstractLongArray

        public AbstractLongArray​(long[] data)