Ejemplo n.º 1
0
 private static Access getRange(final byte[] min, final byte[] max, final boolean reverse) {
   return MutableViewTest.getRange(min, max, reverse, null);
 }
Ejemplo n.º 2
0
 private static Access getRange(final byte[] min, final byte[] max) {
   return MutableViewTest.getRange(min, max, false);
 }