public class

MinKey

extends Object
implements Serializable
java.lang.Object
   ↳ org.bson.types.MinKey

Class Overview

Represent the minimum key value regardless of the key's type

Summary

Public Constructors
MinKey()
Public Methods
boolean equals(Object o)
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MinKey ()

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()