|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
FlexOr.container |
Uses of Container in FlexOr.container |
---|
Subinterfaces of Container in FlexOr.container | |
---|---|
interface |
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. |
Classes in FlexOr.container that implement Container | |
---|---|
class |
BinaryTree
Binary Tree is an abstract class implementing container. |
class |
CircularArray
Implementation of a sequence of objects as a circular array. |
class |
DLList
Implementation of a sequence of objects as a doubly linked list. |
class |
Heap
|
class |
OrderedBinaryTree
|
class |
PriorityQueue
PriorityQueue extends Queue since it is a queue if all priorities are equal. |
class |
Queue
Queue implements container which has the basic add and remove methods that a queue needs. |
class |
SLList
Implementation of a sequence of objects as a singly linked list. |
class |
Stack
The stack implements container which has the basic add and remove methods that a stack needs. |
Constructors in FlexOr.container with parameters of type Container | |
---|---|
Queue(Container container)
The constructor permits the user to specify the type of storage container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |