Returns the content of the iterable directly as an array. It reads the iterable until its end and returns the array. Use this method to avoid the automatic lock when using the iterator.
@return the iterator content as an array
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.