public class Partwise extends Object
Constructor and Description |
---|
Partwise() |
Modifier and Type | Method and Description |
---|---|
static <D extends Comparable<D>,R> |
find(SortedMap<D,R> map,
D key) |
static <D extends Comparable<D>> |
find(SortedSet<D> set,
D key)
find the highest member which is lower or equal to "key"
|
public static <D extends Comparable<D>> D find(SortedSet<D> set, D key)
public static <D extends Comparable<D>,R> D find(SortedMap<D,R> map, D key)