Class IteratorPropertyAccessor

java.lang.Object
org.apache.commons.ognl.ObjectPropertyAccessor
org.apache.commons.ognl.IteratorPropertyAccessor
All Implemented Interfaces:
PropertyAccessor

public class IteratorPropertyAccessor extends ObjectPropertyAccessor implements PropertyAccessor
Implementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".
  • Constructor Details

    • IteratorPropertyAccessor

      public IteratorPropertyAccessor()
  • Method Details