com.lyncode.jtwig.functions.util
Class ObjectIterator

java.lang.Object
  extended by com.lyncode.jtwig.functions.util.ObjectIterator

public class ObjectIterator
extends Object


Constructor Summary
ObjectIterator(Object context)
           
 
Method Summary
 boolean contains(Object item)
           
 boolean hasNext()
           
 Object next()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIterator

public ObjectIterator(Object context)
Method Detail

hasNext

public boolean hasNext()

next

public Object next()

size

public int size()

contains

public boolean contains(Object item)


Copyright © 2014. All Rights Reserved.