bug fixes
[iotcloud.git] / src / java / iotcloud / Entry.java
index cef615f7d8c83df68f69c02a84f9980795ff3a5a..70f90ee60e7f57d072a76f15e569466df9d34cf1 100644 (file)
@@ -85,4 +85,10 @@ abstract class Entry implements Liveness {
         */
 
        abstract byte getType();
+
+       /**
+        * Returns a copy of the Entry that can be added to a different slot.
+        */
+       abstract Entry getCopy(Slot s);
+
 }