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| 限定符和类型 | 方法和说明 |
|---|---|
Enumerator<T> |
enumerator()
Returns an enumerator that iterates through a collection.
|
Enumerator<T> enumerator()
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.