Interface CalendarMap.Callback<T>

Enclosing class:
CalendarMap<T>

public static interface CalendarMap.Callback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(String key, T t, boolean outOfRange)
     
  • Method Details

    • process

      T process(String key, T t, boolean outOfRange)