T - Element type@Covariant(value=0)
public interface RawEnumerable<T>
Just the bare methods, to make it easier to implement. Code that requires
the extension methods can use the static methods in Extensions.
Analogous to LINQ's System.Collections.IEnumerable (both generic and non-generic variants), without the extension methods.
Enumerable| Modifier and Type | Method and Description |
|---|---|
Enumerator<T> |
enumerator()
Returns an enumerator that iterates through a collection.
|
Enumerator<T> enumerator()
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.