com.lyncode.jtwig.functions.util
Class ObjectIterator
java.lang.Object
com.lyncode.jtwig.functions.util.ObjectIterator
public class ObjectIterator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIterator
public ObjectIterator(Object context)
hasNext
public boolean hasNext()
next
public Object next()
size
public int size()
contains
public boolean contains(Object item)
Copyright © 2014. All Rights Reserved.