Class StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator
java.lang.Object
ConcatenatedLists<HStoreFile>.Iterator
org.apache.hadoop.hbase.regionserver.StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator
- All Implemented Interfaces:
Iterator<HStoreFile>
- Enclosing class:
- StripeStoreFileManager.KeyBeforeConcatenatedLists
public class StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator
extends ConcatenatedLists<HStoreFile>.Iterator
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
currentComponent, indexWithinComponent, nextWasCalled
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
hasNext, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
getComponents
-
removeComponents
-
remove
- Specified by:
remove
in interfaceIterator<HStoreFile>
- Overrides:
remove
in classConcatenatedLists<HStoreFile>.Iterator
-