Class Signature


  • @ParametersAreNonnullByDefault
    public final class Signature
    extends Object
    A signature is a hash key for a set of String elements. It is ensured that the same collection of Strings results in an equal signature object, irregarding of the string order.

    Signatures are immutable.

    Author:
    Richard "Shred" Körber