| Constructor and Description |
|---|
Timestamps() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findNearestSuccessorForTimestamp(Set<Long> timestamps,
long sought)
Search the chronological set of
timestamps to return the index of
a contained timestamp that occurs on or after the sought
timestamp and more closely than any others. |
static int |
findNearestSuccessorForTimestamp(Set<Timestamp> timestamps,
Timestamp sought)
Search the chronological set of
timestamps to return the index of
a contained timestamp that occurs after the sought timestamp
and more closely than any others. |
public static int findNearestSuccessorForTimestamp(Set<Timestamp> timestamps, Timestamp sought)
timestamps to return the index of
a contained timestamp that occurs after the sought timestamp
and more closely than any others.
00timestamps - sought - public static int findNearestSuccessorForTimestamp(Set<Long> timestamps, long sought)
timestamps to return the index of
a contained timestamp that occurs on or after the sought
timestamp and more closely than any others.
00timestamps - sought -