Portfolio Code | Clement Colmerauer
Repositories
Site
Software engineering : Airport library
Code
Commits
Branches
Tags
Search
Tree:
12cfefd
Branches
Tags
master
Software engineering : Airport library
build
classes
java
main
com
uca
flights
Trip.class
Initial commit
ClementColmerauer
commited
12cfefd
at 2024-10-20 09:50:50
Trip.class
Blame
History
Raw
��� 7 � J K L M N O P Q R S T U V W X Y ; V ; W ; Z [ \ ; ] ^ ; _ ` a b ] c d e f j k l modifiable Z start Lcom/uca/flights/Jump; <init> (Lcom/uca/flights/Jump;Z)V Code LineNumberTable LocalVariableTable this Lcom/uca/flights/Trip; j StackMapTable (Lcom/uca/flights/Jump;)V clone ()Ljava/lang/Object; delay (Ljava/time/Duration;)V d Ljava/time/Duration; -(Ljava/time/Duration;Lcom/uca/flights/Jump;)V -(Ljava/time/Duration;Lcom/uca/flights/Step;)V s Lcom/uca/flights/Step; getLastStep ()Lcom/uca/flights/Step; m getDuration ()Ljava/time/Duration; getJumps ()Ljava/util/Iterator; Signature .()Ljava/util/Iterator<Lcom/uca/flights/Jump;>; getSteps .()Ljava/util/Iterator<Lcom/uca/flights/Step;>; getStart ()Lcom/uca/flights/Jump; toString ()Ljava/lang/String; SourceFile Trip.java % n "java/lang/IllegalArgumentException Jump can't be null. % o # $ ! " com/uca/flights/Trip % & / 0 com/uca/flights/Jump Duration can't be null. 1 5 1 2 p q r E Step can't be null. r : s : t : <