public interface

ISegmentFactory

com.pnfsoftware.jeb.util.collect.ISegmentFactory<K, V>

Class Overview

Factory method for gap-map segments.

Summary

Public Methods
abstract V create(K begin, K end)
Create an segment/value spanning the [begin, end) address/key range.

Public Methods

public abstract V create (K begin, K end)

Create an segment/value spanning the [begin, end) address/key range.

Parameters
begin begin address
end end address
Returns
  • the newly created segment