org.bson.types
Class MaxKey

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

public class MaxKey
extends Object
implements Serializable

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

See Also:
Serialized Form

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

MaxKey

public MaxKey()
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