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

com.emc.mongoose.common.collection.OptLockBuffer Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.common.collection;

import java.util.List;
import java.util.concurrent.locks.Lock;

/**
 Created by andrey on 31.03.17.
 */
public interface OptLockBuffer
extends List, Lock {
	
	void removeRange(int fromIndex, int toIndex);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy