
com.nawforce.platform.System.Iterator Maven / Gradle / Ivy
/*
* Copyright (c) 2018 FinancialForce.com, inc. All rights reserved.
*/
package com.nawforce.platform.System;
@SuppressWarnings("unused")
public interface Iterator {
Boolean hasNext();
T next();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy