![JAR search and dependency download from the Maven repository](/logo.png)
com.nawforce.platform.System.Iterable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apexlink Show documentation
Show all versions of apexlink Show documentation
Salesforce Apex static analysis toolkit
/*
* Copyright (c) 2018 FinancialForce.com, inc. All rights reserved.
*/
package com.nawforce.platform.System;
@SuppressWarnings("unused")
public interface Iterable {
Iterator iterator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy