JAL-2795 changed getting index of identifier to Stream (moved to Java 8)
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 30 Oct 2017 17:15:07 +0000 (17:15 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 30 Oct 2017 17:20:58 +0000 (17:20 +0000)
commit7d8578dd79ce93e015de8d4ce0e814e4f7d81b4f
treeb902e11872a22852849aaa50641eb446f77225c3
parent5235e3d065984303def2aeb8cc662223fb2f9c5a
JAL-2795 changed getting index of identifier to Stream (moved to Java 8)

Searching through with Stream prevents having to duplicate the array
with Arrays.toList
src/jalview/ext/forester/ForesterMatrix.java