Class CollectionFromIterable<T>

java.lang.Object
java.util.AbstractCollection<T>
org.aksw.commons.collections.CollectionFromIterable<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class CollectionFromIterable<T> extends AbstractCollection<T>
Collection view of an underlying iterable. If the provided iterable is a collection, .size() will delegate to it
Author:
raven