org.drools.core.util
Class JavaIteratorAdapter
java.lang.Object
org.drools.core.util.JavaIteratorAdapter
- All Implemented Interfaces:
- Iterator
public class JavaIteratorAdapter
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT
public static int OBJECT
FACT_HANDLE
public static int FACT_HANDLE
JavaIteratorAdapter
public JavaIteratorAdapter(Iterator iterator,
int type)
JavaIteratorAdapter
public JavaIteratorAdapter(Iterator iterator,
int type,
org.drools.runtime.ObjectFilter filter)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.