Re: searching elements of an array within another array
From: Jacob (jacob_at_yahoo.com)
Date: 07/30/04
- Next message: Bob H: "Disappearing panel border"
- Previous message: diffused: "searching elements of an array within another array"
- In reply to: diffused: "searching elements of an array within another array"
- Next in thread: Oscar kind: "Re: searching elements of an array within another array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 08:04:16 +0200
diffused wrote:
> Is it possible to search using each element in a array, to see if it
> exists in another array?
Arrays.asList (array1).containsAll (Arrays.asList (array2));
- Next message: Bob H: "Disappearing panel border"
- Previous message: diffused: "searching elements of an array within another array"
- In reply to: diffused: "searching elements of an array within another array"
- Next in thread: Oscar kind: "Re: searching elements of an array within another array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]