com.apama.util
Event StringSequenceUtils


Collection of utilities for sequences of strings.
Since:
CMF 1.1.0
Version:
10.11

Action summary
 booleanequal(sequence<string> seq1, sequence<string> seq2)
 booleanequalAsSet(sequence<string> seq1, sequence<string> seq2)
 
Action detail

equal

            boolean equal(sequence<string> seq1, sequence<string> seq2)
        
Parameters:
seq1
seq2

equalAsSet

            boolean equalAsSet(sequence<string> seq1, sequence<string> seq2)
        
Parameters:
seq1
seq2