|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.util.hash.HashString
@Deprecated public class HashString
Constructor Summary | |
---|---|
HashString(java.lang.String filename,
long capacity)
Deprecated. |
Method Summary | |
---|---|
long |
capacity()
Deprecated. This access method is not synchronized, it is for information only. |
void |
close()
Deprecated. |
void |
delete()
Deprecated. |
double |
getEfficiencyFactor()
Deprecated. |
static void |
main(java.lang.String[] argv)
Deprecated. |
long |
put(java.lang.String str)
Deprecated. Puts the string onto the hash table and returns its unique ID. |
long |
size()
Deprecated. This access method is not synchronized, it is for information only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashString(java.lang.String filename, long capacity) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public long size()
public long capacity()
public void delete() throws java.io.IOException
java.io.IOException
public double getEfficiencyFactor()
public void close()
public long put(java.lang.String str) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] argv) throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |