Uses of Package
FlexOr.container

Packages that use FlexOr.container
FlexOr.container   
FlexOr.searchAndSort   
 

Classes in FlexOr.container used by FlexOr.container
BinaryPredicate
           
BinaryTree
          Binary Tree is an abstract class implementing container.
Container
          A container can hold any collection of Objects.
Queue
          Queue implements container which has the basic add and remove methods that a queue needs.
Sequence
          This interface together with the container interface parallels the that of the java Vector class since a vector is an implementation of a sequence -- although it is not of type Sequence.
SLList
          Implementation of a sequence of objects as a singly linked list.
 

Classes in FlexOr.container used by FlexOr.searchAndSort
BinaryPredicate