org.bson.types
Class MaxKey

java.lang.Object
  extended by org.bson.types.MaxKey

public class MaxKey
extends java.lang.Object

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


Constructor Summary
MaxKey()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxKey

public MaxKey()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object