java Programming Glossary: mobilesuit
Best way to iterate over two lists simultaneously? http://stackoverflow.com/questions/3137944/best-way-to-iterate-over-two-lists-simultaneously simultaneously Suppose I have this public class Unit MobileSuit Pilot ... List MobileSuit mobileSuits List Pilot pilots ..... I have this public class Unit MobileSuit Pilot ... List MobileSuit mobileSuits List Pilot pilots ... And I would like to iterate.. doing that I thought about doing this public class Unit MobileSuit Pilot ... Iterator MobileSuit iteratinMechas Iterator Pilot..
|