Mercurial > hg > Database > Alice
comparison src/alice/datasegment/DataSegmentValue.java @ 195:b4ca7f75e6b2 working
add put , Update API (no convert to value)
author | e095732 |
---|---|
date | Tue, 12 Mar 2013 00:49:19 +0900 |
parents | a85ff8dc16c1 |
children | f151dea22b2c |
comparison
equal
deleted
inserted
replaced
194:fc4dbf4e1978 | 195:b4ca7f75e6b2 |
---|---|
20 this.index = index; | 20 this.index = index; |
21 this.val = val; | 21 this.val = val; |
22 this.from = reverseKey; | 22 this.from = reverseKey; |
23 } | 23 } |
24 | 24 |
25 public void setDataSegmentValue(int index, Value val, Object obj,String reverseKey){ | 25 public void setDataSegmentValue(int index, Value val, Object obj, String reverseKey){ |
26 this.index = index; | 26 this.index = index; |
27 this.val = val; | 27 this.val = val; |
28 this.obj = obj; | 28 this.obj = obj; |
29 this.from = reverseKey; | 29 this.from = reverseKey; |
30 } | 30 } |