Package net.i2p.router.crypto.ratchet
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T[]
newUnpaddedArray(Class<T> clazz, int minLen)
static char[]
newUnpaddedCharArray(int minLen)
static Object[]
newUnpaddedObjectArray(int minLen)
-