2003/11/30 02:15:58
[org.ibex.core.git] / src / org / xwt / util / Hash.java
index 8256152..a7524cd 100644 (file)
@@ -21,7 +21,7 @@ public class Hash {
     private int usedslots = 0;
 
     /** the number of entries with non-null values */
-    private int size = 0;
+    protected int size = 0;
 
     /** when num_slots < loadFactor * size, rehash into a bigger table */
     private final int loadFactor;