![JAR search and dependency download from the Maven repository](/logo.png)
src.jsr166.LinkedBlockingDequeBoundedTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-all Show documentation
Show all versions of android-all Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/
*/
package jsr166;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingDeque;
public class LinkedBlockingDequeBoundedTest extends JSR166TestCase {
protected BlockingQueue emptyCollection() {
return new LinkedBlockingDeque(SIZE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy