org.supermind.crawl.util
Class ChainedScatterTable.Entry

java.lang.Object
  extended by org.supermind.crawl.util.ChainedScatterTable.Entry
Enclosing class:
ChainedScatterTable

public static final class ChainedScatterTable.Entry
extends java.lang.Object


Field Summary
(package private)  boolean clockbit
           
(package private)  boolean head
           
(package private)  int next
           
(package private)  long value
           
 
Constructor Summary
ChainedScatterTable.Entry()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
(package private)  void purge()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clockbit

boolean clockbit

head

boolean head

next

int next

value

long value
Constructor Detail

ChainedScatterTable.Entry

public ChainedScatterTable.Entry()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

purge

void purge()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object