Class Overview
Standard implementation of a multi-segments maps. This implementation relies on TreeMap.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.pnfsoftware.jeb.util.collect.IMultiSegmentMap
|
Public Constructors
public
MultiSegmentMap
()
Protected Constructors
protected
MultiSegmentMap
(Comparator<? super K> comparator)
Public Methods
public
int
compareKeys
(K a, K b)
public
V
getFirstSegmentContaining
(K key)
public
List<V>
getSegmentsContaining
(K key)
public
boolean
isEmpty
()