Package railo.runtime.type.cfc

Examples of railo.runtime.type.cfc.ComponentAccessValueIterator


    return new ComponentAccessEntryIterator(this, keys(access),access);
  }

  @Override
  public Iterator<Object> valueIterator(int access) {
    return new ComponentAccessValueIterator(this,keys(access),access);
  }
View Full Code Here

TOP

Related Classes of railo.runtime.type.cfc.ComponentAccessValueIterator

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.