Package org.fulib.fx.data
Interface TraversableQueue<T>
- Type Parameters:
T- The type of items saved in the queue
- All Known Subinterfaces:
SizeableTraversableQueue<T>
- All Known Implementing Classes:
EvictingQueue
public interface TraversableQueue<T>
Interface for a queue that can be traversed by going forwards or backwards.
-
Method Summary