org.geotools.graph.util
Interface Queue

All Known Implementing Classes:
FIFOQueue, PriorityQueue, Stack

public interface Queue


Method Summary
 void clear()
           
 java.lang.Object deq()
           
 void enq(java.lang.Object object)
           
 boolean isEmpty()
           
 

Method Detail

enq

public void enq(java.lang.Object object)

deq

public java.lang.Object deq()

isEmpty

public boolean isEmpty()

clear

public void clear()


Copyright © GeoTools. All Rights Reserved.