org.drools.core.util
Class LinkedList.LinkedListFastIterator

java.lang.Object
  extended by org.drools.core.util.LinkedList.LinkedListFastIterator
All Implemented Interfaces:
FastIterator
Enclosing class:
LinkedList

public static class LinkedList.LinkedListFastIterator
extends Object
implements FastIterator


Constructor Summary
LinkedList.LinkedListFastIterator()
           
 
Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedList.LinkedListFastIterator

public LinkedList.LinkedListFastIterator()
Method Detail

next

public Entry next(Entry object)
Specified by:
next in interface FastIterator

isFullIterator

public boolean isFullIterator()
Specified by:
isFullIterator in interface FastIterator


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.