ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Class MaxKey

java.lang.Object
  extended by org.infinispan.schematic.document.MaxKey

@Immutable
@SerializeWith(value=MaxKey.Externalizer.class)
public final class MaxKey
extends Object


Nested Class Summary
static class MaxKey.Externalizer
           
 
Field Summary
protected static MaxKey INSTANCE
           
 
Method Summary
protected  Object clone()
          There should only be on instance of this (though there may be others due to serialization).
 boolean equals(Object obj)
           
static MaxKey getInstance()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

protected static final MaxKey INSTANCE
Method Detail

getInstance

public static final MaxKey getInstance()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

clone

protected final Object clone()
There should only be on instance of this (though there may be others due to serialization).

Overrides:
clone in class Object

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.