Package org.bson

Class BsonMaxKey


@Deprecated(since="2022-10-31") public final class BsonMaxKey extends BsonValue
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represent the maximum key value regardless of the key's type
  • Constructor Details

    • BsonMaxKey

      public BsonMaxKey()
      Deprecated.
  • Method Details

    • getBsonType

      public BsonType getBsonType()
      Deprecated.
      Description copied from class: BsonValue
      Gets the BSON type of this value.
      Specified by:
      getBsonType in class BsonValue
      Returns:
      the BSON type, which may not be null (but may be BSONType.NULL)
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object