org.bson.types
Class MinKey

java.lang.Object
  extended by org.bson.types.MinKey
All Implemented Interfaces:
Serializable

public class MinKey
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Constructor Detail

MinKey

public MinKey()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object