spring-framework / org.springframework.util.comparator / BooleanComparator / <init>

<init>

BooleanComparator(trueLow: Boolean)

Create a BooleanComparator that sorts boolean values based on the provided flag.

Alternatively, you can use the default shared instances: BooleanComparator.TRUE_LOW and BooleanComparator.TRUE_HIGH.

Parameters

trueLow - whether to treat true as lower or higher than false

See Also
#TRUE_LOW#TRUE_HIGH