All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.iq80.leveldb.util.InternalIterator Maven / Gradle / Ivy

The newest version!
package org.iq80.leveldb.util;

import org.iq80.leveldb.impl.InternalKey;
import org.iq80.leveldb.impl.SeekingIterator;

/**
 * 

A common interface for internal iterators.

* * @author Hiram Chirino */ public interface InternalIterator extends SeekingIterator { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy