Class EntityProtoComparators
- java.lang.Object
-
- com.google.appengine.api.datastore.EntityProtoComparators
-
public final class EntityProtoComparators extends Object
Utilities for comparingOnestoreEntity.EntityProto. This class is only public because the dev appserver needs access to it. It should not be accessed by user code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityProtoComparators.EntityProtoComparatorA comparator forOnestoreEntity.EntityProtoobjects with the same ordering asEntityComparator.
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Comparable<Object>>MULTI_TYPE_COMPARATOR
-
-
-
Field Detail
-
MULTI_TYPE_COMPARATOR
public static final Comparator<Comparable<Object>> MULTI_TYPE_COMPARATOR
-
-