Construct myself to be associated with the same stream as the specified
iterator.
orderedHash(Container).
Static method in class COM.objectspace.jgl.Hashing
Compute an hash value for an ordered container.
orderedHash(ForwardIterator, ForwardIterator).
Static method in class COM.objectspace.jgl.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.