All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nawforce.platform.System.Iterator Maven / Gradle / Ivy

There is a newer version: 2.3.7
Show newest version
/*
 * Copyright (c) 2018 FinancialForce.com, inc. All rights reserved.
 */

package com.nawforce.platform.System;

@SuppressWarnings("unused")
public interface Iterator {
    Boolean hasNext();
    T next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy