public class

MaxKey

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

Class Overview

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

Summary

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

Public Constructors

public MaxKey ()

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()