Package com.pnfsoftware.jeb.util.collect
Interface ISegmentFactory<K,V>
- Type Parameters:
K- key/address typeV- value/segment type
public interface ISegmentFactory<K,V>
Factory method for
gap-map segments.-
Method Summary
-
Method Details
-
create
Create an segment/value spanning the [begin, end) address/key range.- Parameters:
begin- begin addressend- end address- Returns:
- the newly created segment
-