Class ArrayUtils

java.lang.Object
net.i2p.router.crypto.ratchet.ArrayUtils

class ArrayUtils extends Object
ArrayUtils contains some methods that you can call to find out the most efficient increments by which to grow arrays.
  • Method Details

    • newUnpaddedCharArray

      public static char[] newUnpaddedCharArray(int minLen)
    • newUnpaddedObjectArray

      public static Object[] newUnpaddedObjectArray(int minLen)
    • newUnpaddedArray

      public static <T> T[] newUnpaddedArray(Class<T> clazz, int minLen)