Exemplo n.º 1
0
 public KeyValuePair <TimestampLog, ValueListImpl> Read(KeyImpl k)
 {
     CheckInitialized();
     lock (stamp)
     {
         return(new KeyValuePair <TimestampLog, ValueListImpl>(stamp, index.Get(k)));
     }
 }
Exemplo n.º 2
0
 public ValueListImpl Read(KeyImpl key)
 {
     CheckInitialized();
     return(index.Get(key));
 }