Interfaces

Here is a list of the lamborne interfaces together with related interfaces from standard Java packages.  Except for comparable, which is in java.lang, all the standard Java interfaces are part of java.util.

 

Before using any interface read the Notes on Interfaces, Classes, and Methods.

 

Indentation indicates the hierarchical relationship between the interfaces.  For emphasis, lamborne interfaces are shown in blue, while standard Java interfaces are shown in black. 

 

Follow the links to see a list of each interface's methods.

 

Stack

Queue

    PriorityQueue

Collection

    List

    Set

        SortedSet

SortedCollection

Heap

Tree

Map

    SortedMap

Bag

Graph

 

Vertex

Edge

Comparable

    Weighable

 

Iterator

    ListIterator

TreeIterator

 

 

Information on lamborne  interfaces is copied with permission from 

 

Java: A Framework for Program Design and Data Structures, by Lambert and Osborne, Brooks/Cole, 2000. 

Please see this book for a more detailed discussion of data structures in general and lamborne in particular.

 

 

martin@cc.wwu.edu
Disclaimer

Copyright Martin Osborne 1998-2001
  All rights reserved