gnu.trove.TLinkedList A LinkedList implementation which holds instances of type <tt>TLinkable</tt>. <p>Using this implementation allows you to get java.util.LinkedList behavior (a doubly linked list, with Iterators that support insert and delete operations) without incurring the overhead of creating ...