add some comments
[iotcloud.git] / src / java / iotcloud / TableStatus.java
index fb50a7de5d19c62b6043b73886ccb9b699d7e5af..d77e9f25135063aa8deab9535e4dc435caa385ce 100644 (file)
@@ -1,6 +1,14 @@
 package iotcloud;
 import java.nio.ByteBuffer;
 
 package iotcloud;
 import java.nio.ByteBuffer;
 
+/**
+ * TableStatus entries record the current size of the data structure
+ * in slots.  Used to remember the size and to perform resizes.
+ * @author Brian Demsky
+ * @version 1.0
+ */
+
+
 class TableStatus extends Entry {
        private int maxslots;
 
 class TableStatus extends Entry {
        private int maxslots;