net.floodlightcontroller.util
Interface OrderedCollection<E>

Type Parameters:
E -
All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>
All Known Implementing Classes:
LinkedHashSetWrapper

public interface OrderedCollection<E>
extends java.util.Collection<E>

A marker interface indicating that this Collection defines a particular iteration order. The details about the iteration order are specified by the concrete implementation.

Author:
gregor

Method Summary
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray