Home
last modified time | relevance | path

Searched defs:SNode (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java234 static final class SNode { class in SynchronousQueue.TransferStack
244 SNode(Object item) { in SNode() method in SynchronousQueue.TransferStack.SNode