How to use the Scala way to traverse through the collection of Java objects collection

// This method is applicable to traverse the Scala language, for the use of Java objects is not necessary to add more implicit conversion

import collection.JavaConversions._    

Guess you like

Origin www.cnblogs.com/QFKing/p/11832257.html