IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.index
Class MapIndex.SpecialValue

java.lang.Object
  extended by com.ibm.websphere.objectgrid.plugins.index.MapIndex.SpecialValue
All Implemented Interfaces:
Serializable
Enclosing interface:
MapIndex

public static final class MapIndex.SpecialValue
extends Object
implements Serializable

This class represents directives for finding types of values in an index.

Since:
7.0
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
          Returns a string representation of the SpecialValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns a string representation of the SpecialValue.

Overrides:
toString in class Object
Returns:
a string representation of the SpecialValue.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.