Package umontreal.iro.lecuyer.simevents.eventlist
-
Interface Summary Interface Description EventList An interface for implementations of event lists. -
Class Summary Class Description BinaryTree An implementation ofEventListusing a binary search tree.DoublyLinked An implementation ofEventListusing a doubly linked linear list.Henriksen An implementation ofEventListusing the doubly-linked indexed list of Henriksen (see also).RedblackTree An implementation ofEventListusing a red black tree, which is similar to a binary search tree except that every node is colored red or black.SplayTree An implementation ofEventListusing a splay tree.
DMelt 3.0 © DataMelt by jWork.ORG