Class NoopComparator<T>

java.lang.Object
io.goobi.viewer.controller.sorting.NoopComparator<T>
Type Parameters:
T - the type of elements to be compared
All Implemented Interfaces:
Serializable, Comparator<T>

public class NoopComparator<T> extends Object implements Comparator<T>, Serializable
No-operation comparator that always returns 0, effectively treating all elements as equal and preserving the original iteration order.
See Also:
  • Constructor Details

    • NoopComparator

      public NoopComparator()
  • Method Details