Package com.pnfsoftware.jeb.util.collect
Interface IMultiSegmentMap<K extends Comparable<K>,V extends ISegment<K>>
- Type Parameters:
K
-V
-
- All Known Implementing Classes:
MultiSegmentMap
public interface IMultiSegmentMap<K extends Comparable<K>,V extends ISegment<K>>
Definition of map holding multiple
segments
. Similar to a multi-map, a given key
may be associated to zero, one or more segments.-
Method Summary
-
Method Details
-
clear
void clear() -
isEmpty
boolean isEmpty() -
size
int size() -
add
-
getFirstSegmentContaining
-
getSegmentsContaining
-