Class IterableCollection<T>

java.lang.Object
java.util.AbstractCollection<T>
com.corundumstudio.socketio.misc.IterableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class IterableCollection<T> extends AbstractCollection<T>