IGenericCollection
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable, com.aspose.ms.System.Collections.ICollection
public interface IGenericCollection<T> extends System.Collections.Generic.IGenericEnumerable<T>, System.Collections.ICollection<T>
Auxiliary generic collection interface.
T:
Methods
| Method | Description |
|---|---|
| iteratorJava() |
iteratorJava()
public abstract System.Collections.Generic.IGenericEnumerator<T> iteratorJava()
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEnumerator