org.bson.types
Class MinKey

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

public class MinKey
extends java.lang.Object

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


Constructor Summary
MinKey()
           
 
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

MinKey

public MinKey()
Method Detail

toString

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