Uses of Interface
org.apache.commons.ognl.ElementsAccessor
Packages that use ElementsAccessor
-
Uses of ElementsAccessor in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement ElementsAccessorModifier and TypeClassDescriptionclassImplementation of ElementsAccessor that returns an iterator over a Java array.classImplementation of ElementsAccessor that returns a collection's iterator.classImplementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.classImplementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself.classImplementation of ElementsAccessor that returns an iterator over the map's values.classImplementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.classImplementation of ElementsAccessor that returns a single-element iterator, containing the original target object.Fields in org.apache.commons.ognl with type parameters of type ElementsAccessorModifier and TypeFieldDescriptionprivate final ClassCache<ElementsAccessor> OgnlCache.elementsAccessorsMethods in org.apache.commons.ognl that return ElementsAccessorModifier and TypeMethodDescriptionOgnlCache.getElementsAccessor(Class<?> clazz) static ElementsAccessorOgnlRuntime.getElementsAccessor(Class<?> clazz) Methods in org.apache.commons.ognl with parameters of type ElementsAccessorModifier and TypeMethodDescriptionvoidOgnlCache.setElementsAccessor(Class<?> clazz, ElementsAccessor accessor) static voidOgnlRuntime.setElementsAccessor(Class<?> clazz, ElementsAccessor accessor)