Package org.plumelib.util
Class Intern.SubsequenceHasher<T extends @Interned Object>
java.lang.Object
org.plumelib.util.Intern.SubsequenceHasher<T>
- Type Parameters:
T- the type of the elements of the sequences
- All Implemented Interfaces:
org.plumelib.util.Hasher
- Enclosing class:
- Intern
private static final class Intern.SubsequenceHasher<T extends @Interned Object>
extends Object
implements org.plumelib.util.Hasher
Hasher object which hashes and compares sequences according to their contents.
- See Also:
-
Hasher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SubsequenceHasher
public SubsequenceHasher()Create a new SubsequenceHasher.
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceorg.plumelib.util.Hasher
-
hashCode
- Specified by:
hashCodein interfaceorg.plumelib.util.Hasher
-