Interface BytesRefCalculator<T>
-
- Type Parameters:
T
-
- All Superinterfaces:
TextStatsCalculator
- All Known Implementing Classes:
TextSha256Signature
public interface BytesRefCalculator<T> extends TextStatsCalculator
Interface for calculators that require a string
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BytesRefCalculator.BytesRefCalcInstance<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytesRefCalculator.BytesRefCalcInstance<T>
getInstance()
-
-
-
Method Detail
-
getInstance
BytesRefCalculator.BytesRefCalcInstance<T> getInstance()
-
-