Update of /cvsroot/javaprofiler/library/src/hash
In directory usw-pr-cvs1:/tmp/cvs-serv27134/src/hash
Modified Files:
hash.h
Log Message:
no message
Index: hash.h
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/hash/hash.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** hash.h 2001/08/05 10:52:20 1.18
--- hash.h 2001/08/05 12:34:38 1.19
***************
*** 131,134 ****
--- 131,135 ----
_table = new List<T,L>[_size];
+
_mask = _size-1;
}
|