Package org.rocksdb

Class Range


  • public class Range
    extends java.lang.Object
    Range from start to limit.
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(Slice start, Slice limit)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Range

        public Range​(Slice start,
                     Slice limit)