Class ByteFunctionComparator<T>

java.lang.Object
org.eclipse.collections.impl.block.comparator.primitive.ByteFunctionComparator<T>
All Implemented Interfaces:
Serializable, Comparator<T>, SerializableComparator<T>

public class ByteFunctionComparator<T> extends Object implements SerializableComparator<T>
A Comparator which takes a ByteFunction to compare a primitive byte value retrieved from an object. This file was automatically generated from template file primitiveFunctionComparator.stg.
See Also:
  • Constructor Details

    • ByteFunctionComparator

      public ByteFunctionComparator(ByteFunction<T> function)
  • Method Details