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

org.semanticwb.util.GetIterator Maven / Gradle / Ivy

Go to download

Code-generation engine and core classes for the SemanticWebBuilder framework

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.semanticwb.util;

import java.util.Iterator;

/**
 *
 * @author javier.solis.g
 */
public interface GetIterator
{
    public Iterator getIterator();       
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy