split integer array

how to split a integer array (size is n) into small array (size k )(where k <n ) .Is there any collection framework in java>
[144 byte] By [typeHa] at [2007-11-27 4:53:45]
# 1
I would probably create an array of size k, and use System.arraycopy
kajbja at 2007-7-12 10:08:17 > top of Java-index,Java Essentials,New To Java...
# 2
thanks for your help.
typeHa at 2007-7-12 10:08:17 > top of Java-index,Java Essentials,New To Java...