-
- Downloads
Create OrderedCollection interface.
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
Showing
- src/main/java/net/floodlightcontroller/core/IOFSwitch.java 4 additions, 3 deletionssrc/main/java/net/floodlightcontroller/core/IOFSwitch.java
- src/main/java/net/floodlightcontroller/core/OFSwitchBase.java 52 additions, 16 deletions...main/java/net/floodlightcontroller/core/OFSwitchBase.java
- src/main/java/net/floodlightcontroller/util/OrderedCollection.java 15 additions, 0 deletions...java/net/floodlightcontroller/util/OrderedCollection.java
Loading
Please register or sign in to comment