Package org.jgroups.util
Class FastArray.FastIterator
java.lang.Object
org.jgroups.util.FastArray.FastIterator
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
current_index
protected int current_index -
filter
-
hit_count
protected int hit_count
-
-
Constructor Details
-
FastIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
replace
-
currentIndex
public int currentIndex() -
hitCount
public int hitCount() -
nullOrNoFilterMatch
protected boolean nullOrNoFilterMatch(int index) -
toString
-