Package com.k_int.IR

Examples of com.k_int.IR.DefaultSourceEnumeration


    /**
     * Enumerate all the items availabe from this fragment source
     */
    public AsynchronousEnumeration elements() {
        return new DefaultSourceEnumeration(this);
    }
View Full Code Here

TOP

Related Classes of com.k_int.IR.DefaultSourceEnumeration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.