|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.creole.annic.apache.lucene.search.FieldCacheImpl.Entry
static class FieldCacheImpl.Entry
Expert: Every key in the internal cache is of this type.
| Field Summary | |
|---|---|
(package private) Object |
custom
|
(package private) String |
field
|
(package private) int |
hashcode
|
(package private) IndexReader |
reader
|
(package private) int |
type
|
| Constructor Summary | |
|---|---|
FieldCacheImpl.Entry(IndexReader reader,
String field,
int type)
Creates one of these objects. |
|
FieldCacheImpl.Entry(IndexReader reader,
String field,
Object custom)
Creates one of these objects for a custom comparator. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Two of these are equal iff they reference the same reader, field and type. |
int |
hashCode()
Composes a hashcode based on the referenced reader, field and type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final IndexReader reader
final String field
final int type
final Object custom
final int hashcode
| Constructor Detail |
|---|
FieldCacheImpl.Entry(IndexReader reader,
String field,
int type)
FieldCacheImpl.Entry(IndexReader reader,
String field,
Object custom)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||