org.mapdb
Class Queues

java.lang.Object
  extended by org.mapdb.Queues

public final class Queues
extends Object

Various queue algorithms


Nested Class Summary
static class Queues.CircularQueue<E>
           
static class Queues.Queue<E>
          First in first out lock-free queue
static class Queues.SimpleQueue<E>
           
static class Queues.Stack<E>
          Last in first out lock-free queue
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2014. All Rights Reserved.