
com.nawforce.platform.System.Iterable Maven / Gradle / Ivy
/*
* 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