Interface ComparableByContent<T extends ComparableByContent>

All Known Implementing Classes:
AddTokensCommand, Bandwidth, BasedOnTimeForRefillingBucketUpToMaxExpirationAfterWriteStrategy, BucketConfiguration, BucketNotFoundError, BucketState64BitsInteger, CheckConfigurationVersionAndExecuteCommand, CommandResult, ConfigurationNeedToBeReplacedError, ConsumeAsMuchAsPossibleCommand, ConsumeIgnoringRateLimitsCommand, ConsumptionProbe, CreateInitialStateAndExecuteCommand, CreateInitialStateWithVersionOrReplaceConfigurationAndExecuteCommand, CreateSnapshotCommand, EstimateAbilityToConsumeCommand, EstimationProbe, FixedTtlExpirationAfterWriteStrategy, ForceAddTokensCommand, GetAvailableTokensCommand, GetConfigurationCommand, LockFreeBucket, MultiCommand, MultiResult, NoneExpirationAfterWriteStrategy, RemoteBucketState, RemoteStat, RemoteVerboseResult, ReplaceConfigurationCommand, Request, ReserveAndCalculateTimeToSleepCommand, ResetCommand, SyncCommand, SynchronizedBucket, ThreadUnsafeBucket, TryConsumeAndReturnRemainingTokensCommand, TryConsumeCommand, UnsupportedNamedTypeError, UnsupportedTypeError, UsageOfObsoleteApiError, UsageOfUnsupportedApiError, VerboseCommand, VerboseResult

public interface ComparableByContent<T extends ComparableByContent>
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> boolean
    equals(T object1, T object2)
     
    boolean
     
  • Method Details

    • equalsByContent

      boolean equalsByContent(T other)
    • equals

      static <T> boolean equals(T object1, T object2)