Package org.bson

Class BsonMinKey


  • public final class BsonMinKey
    extends BsonValue
    Represent the minimum key value regardless of the key's type
    • Constructor Detail

      • BsonMinKey

        public BsonMinKey()
    • Method Detail

      • getBsonType

        public BsonType getBsonType()
        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​( o)
        Overrides:
         in class 
      • hashCode

        public int hashCode()
        Overrides:
         in class 
      • toString

        public  toString()
        Overrides:
         in class