|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateUtil.DateInfo | |
---|---|
bb.util | Provides miscellaneous utility classes and interfaces. |
Uses of DateUtil.DateInfo in bb.util |
---|
Fields in bb.util declared as DateUtil.DateInfo | |
---|---|
private DateUtil.DateInfo[] |
DateUtil.DateInfoBin.dateInfos
Forms the second level of the DateInfo cache, namely, an array of DateUtil.DateInfo instances. |
Methods in bb.util that return DateUtil.DateInfo | |
---|---|
private DateUtil.DateInfo |
DateUtil.DateInfoBin.findDateInfo(long time,
DateUtil.DateInfoBin[] bins)
Performs a linear search thru all the currently stored DateInfos, looking for one which is for time; such an instance is returned if found, else the result of calling onCacheMiss is returned. |
private static DateUtil.DateInfo |
DateUtil.getDateInfo(Date date)
Returns the DateInfo instance in the cache corresponding to the day of date. |
private DateUtil.DateInfo |
DateUtil.DateInfoBin.onCacheMiss(long time,
DateUtil.DateInfoBin[] bins,
DateUtil.DateInfo[] infos)
Handles a cache miss. |
Methods in bb.util with parameters of type DateUtil.DateInfo | |
---|---|
private DateUtil.DateInfo |
DateUtil.DateInfoBin.onCacheMiss(long time,
DateUtil.DateInfoBin[] bins,
DateUtil.DateInfo[] infos)
Handles a cache miss. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |