lets say i have an array of character like this
abbcd
(01234)-positions

and i want to check if this array holds all of the characters to the other array
aabcdd

return true if ALL of the characters are available.

so abbcd is my list
and aabcdd would return false because
there is not 2 a's, and not 2 d's..

Do you have a java programming question?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.