2 Matching Annotations
  1. Aug 2023
    1. 该接口描述为xxxFactory是非常合适的,很好的表达了1:N的关系

      这和我手动实现的,自定义顺序的比较器的功能非常类似; 通过范型生成不同类型的比较器;我的那个工具类,也应该叫 CustomOrderComparatorFactory 比较合适

  2. Aug 2022
    1. a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.

      -1,前者小于后者 0,等于 1,前者大于后者