orderedHash(Container).
Static method in class com.objectspace.jgl.algorithms.Hashing
Compute an hash value for an ordered container.
orderedHash(ForwardIterator, ForwardIterator).
Static method in class com.objectspace.jgl.algorithms.Hashing
Compute a hash value for a range of elements in an ordered container
Hashing on an ordered container requires that all
elements in the container that are used in the hash
have the position taken into account.