InterfacesHere 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. Collection List Set
SortedSet Map SortedMap Comparable Iterator ListIterator
Information on lamborne interfaces is copied with permission from
Please see this book for a more detailed discussion of data structures in general and lamborne in particular. |
| ||||