Class SynchronousChannel.Queue

  • Enclosing class:
    SynchronousChannel

    protected static class SynchronousChannel.Queue
    extends java.lang.Object
    Simple FIFO queue class to hold waiting puts/takes.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Queue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected LinkedNode deq()  
      protected void enq​(LinkedNode p)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait