Return true if one container is lexicographically less than another.
lexicographicalCompare(Container, Container, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator).
Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.