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

java.util.concurrent.ConcurrentLinkedQueue Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version

package java.util.concurrent;

import java.util.LinkedList;
import java.util.Queue;

public class ConcurrentLinkedQueue extends LinkedList implements Queue, java.io.Serializable
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy