接口 KeyGenerator


  • public interface KeyGenerator
    Interface for defining keys to uniquely identify items. this can be useful if the item itself cannot be modified to properly override equals.
    作者:
    Dave Syer
    • 方法详细资料

      • getKey

        java.lang.Object getKey​(java.lang.Object item)