org.apache.ibatis.ognl
Class ArrayElementsAccessor
java.lang.Object
org.apache.ibatis.ognl.ArrayElementsAccessor
- All Implemented Interfaces:
- ElementsAccessor
public class ArrayElementsAccessor
- extends Object
- implements ElementsAccessor
Implementation of ElementsAccessor that returns an iterator over a Java array.
- Author:
- Luke Blanshard ([email protected]), Drew Davidson ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayElementsAccessor
public ArrayElementsAccessor()
getElements
public Enumeration getElements(Object target)
- Description copied from interface:
ElementsAccessor
- Returns an iterator over the elements of the given target object.
- Specified by:
getElements
in interface ElementsAccessor
- Parameters:
target
- the object to get the elements of
- Returns:
- an iterator over the elements of the given object
Copyright © 2010. All Rights Reserved.