Advertisement
BoberDiversant

Untitled

Jan 14th, 2020
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.38 KB | None | 0 0
  1.  public static List<String> INNOPOLIS_KAZAN_WEEKDAYS = ImmutableList.of("06:30", "07:30", "09:20", "10:00", "11:20",
  2.             "12:20", "13:20", "14:20", "15:20", "16:20", "17:20", "18:20", "20:00", "21:20", "22:20");
  3.  
  4.     public static List<String> INNOPOLIS_KAZAN_SATURDAY = ImmutableList.of("08:00", "09:00", "10:00", "10:50", "11:20",
  5.             "12:20", "13:20", "13:50", "14:20", "15:20", "16:20", "17:20", "18:20", "19:20", "20:20", "21:20", "22:00",
  6.             "23:00", "00:00");
  7.  
  8.     public static List<String> INNOPOLIS_KAZAN_SUNDAY = ImmutableList.of("08:00", "09:00", "10:00", "11:20", "12:20",
  9.             "13:20", "14:20", "15:20", "16:20", "17:20", "18:20", "19:20", "20:20", "21:20", "22:00", "23:00", "00:00");
  10.  
  11.     public static List<String> KAZAN_INNOPOLIS_WEEKDAYS = ImmutableList.of("06:20", "07:40", "09:30", "11:00",
  12.             "13:00", "14:00", "15:00", "16:00", "17:00", "17:30", "18:30", "19:30", "21:00", "22:00");
  13.  
  14.     public static List<String> KAZAN_INNOPOLIS_SATURDAY = ImmutableList.of("07:00", "08:00", "09:30", "10:00",
  15.             "11:00", "13:00", "14:00", "15:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00");
  16.  
  17.     public static List<String> KAZAN_INNOPOLIS_SUNDAY = ImmutableList.of("07:00", "08:00", "09:30", "10:00",
  18.             "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