http://i2p-javadocs.i2p/net/i2p/router/crypto/ratchet/GrowingArrayUtils.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Method Details append public static <T> T[] append (T[] array,
int currentSize,
T element) Appends an element to the end of the array, growing the array if there is no more room. Parameters: array - The array to which to append the element. This must NOT be null. currentSize -...