Package com.tangosol.net.partition
Interface VersionedPartitions.Iterator<T>
-
- Type Parameters:
T
- the type for this Iterator
- All Superinterfaces:
Iterator<T>
- All Known Subinterfaces:
VersionedPartitions.VersionedIterator
- Enclosing interface:
- VersionedPartitions
public static interface VersionedPartitions.Iterator<T> extends Iterator<T>
An Iterator for partitions being tracked by aVersionedPartitions
implementation that allows retrieval of the next partition as aprimitive
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPartition()
Return the current partition.int
nextPartition()
Return and progress this Iterator to the next partition.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-