Uses of Class
bb.util.DateUtil.DateInfoBin

Packages that use DateUtil.DateInfoBin
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of DateUtil.DateInfoBin in bb.util
 

Fields in bb.util declared as DateUtil.DateInfoBin
private static DateUtil.DateInfoBin[] DateUtil.dateInfoBins
          Forms the top level of the DateInfo cache, namely, an array of DateUtil.DateInfoBin instances.
 

Methods in bb.util with parameters of type DateUtil.DateInfoBin
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  DateUtil.DateInfo DateUtil.DateInfoBin.onCacheMiss(long time, DateUtil.DateInfoBin[] bins, DateUtil.DateInfo[] infos)
          Handles a cache miss.