com.hazelcast.query.impl
Class IndexImpl.NullObject

java.lang.Object
  extended by com.hazelcast.query.impl.IndexImpl.NullObject
All Implemented Interfaces:
Comparable
Enclosing class:
IndexImpl

public static final class IndexImpl.NullObject
extends Object
implements Comparable

Provides comparable null object.


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

Constructor Detail

IndexImpl.NullObject

public IndexImpl.NullObject()
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.