Relative Content

Tag Archive for javaarraylistmethodsinetaddress

How do i assign a column in my ArrayList to InetAddress?

I imported a csv file with 3 columns; “ipAddress”, “name”, “description” into my ArrayList. How do I create a method that pings just the “ipAddress” fields in my ArrayList ? Then how do I point my ArrayList at that method?