net.sf.zig_project.gpl.test.queue
Class LinearQueueTest.CheckedFifoQueue

java.lang.Object
  extended bynet.sf.zig_project.gpl.common.queue.LinearQueueBase
      extended bynet.sf.zig_project.gpl.common.queue.LinkedQueue
          extended bynet.sf.zig_project.gpl.common.queue.LinkedFifoQueue
              extended bynet.sf.zig_project.gpl.test.queue.LinearQueueTest.CheckedFifoQueue
All Implemented Interfaces:
ConsistantQueue, LinearQueue, Queue
Enclosing class:
LinearQueueTest

public static class LinearQueueTest.CheckedFifoQueue
extends LinkedFifoQueue
implements ConsistantQueue


Nested Class Summary
 
Nested classes inherited from class net.sf.zig_project.gpl.common.queue.LinkedQueue
LinkedQueue.LinkedSequencer, LinkedQueue.QueueEntry
 
Field Summary
 
Fields inherited from class net.sf.zig_project.gpl.common.queue.LinkedFifoQueue
last
 
Fields inherited from class net.sf.zig_project.gpl.common.queue.LinkedQueue
first
 
Constructor Summary
LinearQueueTest.CheckedFifoQueue()
           
 
Method Summary
 void diagnose()
          Runs an internal self-diagnostic.
 
Methods inherited from class net.sf.zig_project.gpl.common.queue.LinkedFifoQueue
addLastEntry, addUnique, clear, lastEntry, removeFirstEntry, removeLastEntry, unlink
 
Methods inherited from class net.sf.zig_project.gpl.common.queue.LinkedQueue
addFirst, addFirstEntry, addLast, contains, createEntryFor, elements, firstEntry, isEmpty, peekFirst, peekLast, remove, removeEntryOf, removeFirst, removeLast
 
Methods inherited from class net.sf.zig_project.gpl.common.queue.LinearQueueBase
add, addSet, appendFlat, appendFlat, appendUnrolled, appendUnrolled, bulkMoveTest, prependFlat, prependFlat, prependUnrolled, prependUnrolled, toString, transferTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.zig_project.gpl.common.queue.LinearQueue
addFirst, addLast, appendFlat, appendUnrolled, peekFirst, peekLast, prependFlat, prependUnrolled, removeFirst, removeLast
 
Methods inherited from interface net.sf.zig_project.gpl.common.queue.Queue
clear, contains, elements, isEmpty, remove
 

Constructor Detail

LinearQueueTest.CheckedFifoQueue

public LinearQueueTest.CheckedFifoQueue()
Method Detail

diagnose

public void diagnose()
Description copied from interface: ConsistantQueue
Runs an internal self-diagnostic. If something is amiss, will throw some sort of Exception or Error.

Specified by:
diagnose in interface ConsistantQueue