Skip to content
Snippets Groups Projects
  • Gregor Maier's avatar
    1b6e3eda
    Create OrderedCollection interface. · 1b6e3eda
    Gregor Maier authored
    OrderedCollection is a marker interface that extens Collection. It
    simply clarifies that the Collection has a well-defined iteration oder
    although the interface itself doesn't specify the order. It's used to
    return ordered PortChangeEvents
    1b6e3eda
    History
    Create OrderedCollection interface.
    Gregor Maier authored
    OrderedCollection is a marker interface that extens Collection. It
    simply clarifies that the Collection has a well-defined iteration oder
    although the interface itself doesn't specify the order. It's used to
    return ordered PortChangeEvents
OrderedCollection.java 360 B