Class NumberElementsAccessor

java.lang.Object
org.apache.commons.ognl.NumberElementsAccessor
All Implemented Interfaces:
ElementsAccessor, NumericTypes

public class NumberElementsAccessor extends Object implements ElementsAccessor, NumericTypes
Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.
  • Constructor Details

    • NumberElementsAccessor

      public NumberElementsAccessor()
  • Method Details

    • getElements

      public Enumeration<?> getElements(Object target)
      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