예제 #1
0
 // Use sparingly, not the most efficient thing
 public Iterator<RangeTombstone> rangeIterator() {
   return ranges == null ? Iterators.<RangeTombstone>emptyIterator() : ranges.iterator();
 }