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

org.mapdb.QueueLongTakeUntil Maven / Gradle / Ivy

package org.mapdb;

/**
 * Callback interface for {@link QueueLong}
 */
public interface QueueLongTakeUntil {

    boolean take(long nodeRecid, QueueLong.Node node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy