com.pnfsoftware.jeb.util.collect.IMultiSegmentMap<K extends java.lang.Comparable<K>, V extends com.pnfsoftware.jeb.util.collect.ISegment<K>> |
Known Indirect Subclasses
MultiSegmentMap<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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract V | add(V segment) | ||||||||||
abstract void | clear() | ||||||||||
abstract V | getFirstSegmentContaining(K key) | ||||||||||
abstract List<V> | getSegmentsContaining(K key) | ||||||||||
abstract boolean | isEmpty() | ||||||||||
abstract int | size() |