Package net.i2p.router.crypto.ratchet
Class ArrayUtils
java.lang.Object
net.i2p.router.crypto.ratchet.ArrayUtils
ArrayUtils contains some methods that you can call to find out
the most efficient increments by which to grow arrays.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T[]
newUnpaddedArray
(Class<T> clazz, int minLen) static char[]
newUnpaddedCharArray
(int minLen) static Object[]
newUnpaddedObjectArray
(int minLen)
-
Method Details
-
newUnpaddedCharArray
public static char[] newUnpaddedCharArray(int minLen) -
newUnpaddedObjectArray
-
newUnpaddedArray
-