| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.collect.MultiSegmentMap<K extends java.lang.Comparable<K>, V extends com.pnfsoftware.jeb.util.collect.ISegment<K>> |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MultiSegmentMap() | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MultiSegmentMap(Comparator<? super K> comparator) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| V | add(V segment) | ||||||||||
| void | clear() | ||||||||||
| int | compareKeys(K a, K b) | ||||||||||
| V | getFirstSegmentContaining(K key) | ||||||||||
| List<V> | getSegmentsContaining(K key) | ||||||||||
| boolean | isEmpty() | ||||||||||
| int | size() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.collect.IMultiSegmentMap
| |||||||||||