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

com.xwc1125.common.database.leveldb.Iterator Maven / Gradle / Ivy

The newest version!
package com.xwc1125.common.database.leveldb;

/**
 * @Description:
 * @Author: xwc1125
 * @Date: 2020/12/10 14:37
 * @Copyright Copyright@2020
 */
public interface Iterator {
    /**
     * 循环时,每一个值的返回
     *
     * @param key
     * @param value
     */
    void item(byte[] key, byte[] value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy