Class Alphanumeric

    • Field Detail

      • COMPARATOR

        private static final java.util.Comparator<Description> COMPARATOR
    • Constructor Detail

      • Alphanumeric

        public Alphanumeric()
    • Method Detail

      • create

        public Ordering create​(Ordering.Context context)
        Description copied from interface: Ordering.Factory
        Creates an Ordering instance using the given context. Implementations of this method that do not need to use the context can return the same instance every time.
        Specified by:
        create in interface Ordering.Factory