I suppose you could easily enough write something that would tell you the approximate intervals of execution - by adding 25 minutes at a time to a given time - but I'm not sure you can query cron through
Java to ask it when the next execution time is. Cron doesn't queue tasks, so you can't inquire from it when the next execution time is.