Class SparseLongArray.Builder

  • Enclosing class:
    SparseLongArray

    public static class SparseLongArray.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SparseLongArray build()  
      void set​(long allocationIndex, long... originalIds)  
      void set​(long allocationIndex, long[] originalIds, int offset, int length)  
      • Methods inherited from class java.lang.Object

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

      • set

        @TestOnly
        public void set​(long allocationIndex,
                        long... originalIds)
      • set

        public void set​(long allocationIndex,
                        long[] originalIds,
                        int offset,
                        int length)