Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static List<String> INNOPOLIS_KAZAN_WEEKDAYS = ImmutableList.of("06:30", "07:30", "09:20", "10:00", "11:20",
- "12:20", "13:20", "14:20", "15:20", "16:20", "17:20", "18:20", "20:00", "21:20", "22:20");
- public static List<String> INNOPOLIS_KAZAN_SATURDAY = ImmutableList.of("08:00", "09:00", "10:00", "10:50", "11:20",
- "12:20", "13:20", "13:50", "14:20", "15:20", "16:20", "17:20", "18:20", "19:20", "20:20", "21:20", "22:00",
- "23:00", "00:00");
- public static List<String> INNOPOLIS_KAZAN_SUNDAY = ImmutableList.of("08:00", "09:00", "10:00", "11:20", "12:20",
- "13:20", "14:20", "15:20", "16:20", "17:20", "18:20", "19:20", "20:20", "21:20", "22:00", "23:00", "00:00");
- public static List<String> KAZAN_INNOPOLIS_WEEKDAYS = ImmutableList.of("06:20", "07:40", "09:30", "11:00",
- "13:00", "14:00", "15:00", "16:00", "17:00", "17:30", "18:30", "19:30", "21:00", "22:00");
- public static List<String> KAZAN_INNOPOLIS_SATURDAY = ImmutableList.of("07:00", "08:00", "09:30", "10:00",
- "11:00", "13:00", "14:00", "15:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00");
- public static List<String> KAZAN_INNOPOLIS_SUNDAY = ImmutableList.of("07:00", "08:00", "09:30", "10:00",
- "11:00", "13:00", "14:00", "15:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement