- All Known Implementing Classes:
- StepsAnyImmHashMap, StepsAnyImmHashMapKey, StepsAnyImmHashMapValue, StepsDoubleImmHashMapKey, StepsDoubleImmHashMapValue, StepsDoubleLikeImmHashMap, StepsIntImmHashMapKey, StepsIntImmHashMapValue, StepsIntLikeImmHashMap, StepsLikeImmHashMap, StepsLongImmHashMapKey, StepsLongImmHashMapValue, StepsLongLikeImmHashMap
public interface AbstractStepsLikeImmHashMap<K,V,A,Sub,Semi extends Sub>
Abstracts all the generic operations of stepping over an immutable HashMap by slicing it into pieces.
next
must update i
but not i0
so that later splitting steps can keep track of whether the
collection needs some sort of modification before transmission to the subclass.