EntityProtoComparators (Google App Engine API for Java)

com.google.appengine.api.datastore

Class EntityProtoComparators

  • java.lang.Object
    • com.google.appengine.api.datastore.EntityProtoComparators


  • public final class EntityProtoComparators
    extends java.lang.Object
    Utilities for comparing 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 and Description
      static class  EntityProtoComparators.EntityProtoComparator
      A comparator for com.google.storage.onestore.v3.OnestoreEntity.EntityProto objects with the same ordering as EntityComparator.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.util.Comparator<java.lang.Comparable<java.lang.Object>> MULTI_TYPE_COMPARATOR 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MULTI_TYPE_COMPARATOR

        public static final java.util.Comparator<java.lang.Comparable<java.lang.Object>> MULTI_TYPE_COMPARATOR