org.apache.blur.lucene.search
Class DeepPagingCache.DeepPageKey

java.lang.Object
  extended by org.apache.blur.lucene.search.DeepPagingCache.DeepPageKey
All Implemented Interfaces:
Comparable<DeepPagingCache.DeepPageKey>
Enclosing class:
DeepPagingCache

public static class DeepPagingCache.DeepPageKey
extends Object
implements Comparable<DeepPagingCache.DeepPageKey>


Constructor Summary
DeepPagingCache.DeepPageKey(org.apache.lucene.search.Query q, org.apache.lucene.search.Sort s, Object o)
           
 
Method Summary
 int compareTo(DeepPagingCache.DeepPageKey o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeepPagingCache.DeepPageKey

public DeepPagingCache.DeepPageKey(org.apache.lucene.search.Query q,
                                   org.apache.lucene.search.Sort s,
                                   Object o)
Method Detail

compareTo

public int compareTo(DeepPagingCache.DeepPageKey o)
Specified by:
compareTo in interface Comparable<DeepPagingCache.DeepPageKey>

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


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.