public class EntityComparators extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<IEntity> |
COST |
static Comparator<IEntity> |
LOWEST_COST_HIGHEST_AGE_FIRST |
static Comparator<IEntity> |
REVERSE_COST |
static Comparator<IEntity> |
TIMESTAMP |
public static final Comparator<IEntity> COST
public static final Comparator<IEntity> REVERSE_COST
public static final Comparator<IEntity> TIMESTAMP
public static final Comparator<IEntity> LOWEST_COST_HIGHEST_AGE_FIRST
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.