MCPcopy Create free account

hub / github.com/chuangw6/COMP90041_Tutorial / functions

Functions317 in github.com/chuangw6/COMP90041_Tutorial

Methodmain
(String[] args)
tutorial 11/code/demo/GenericDemo.java:13
Methodmain
(String[] args)
tutorial 11/code/demo/TwoTypePairDemo.java:6
Methodmain
(String[] args)
tutorial 2/code/Hmk2Solution.java:7
Methodmain
(String[] args)
tutorial 2/code/Wsp2Solution.java:8
Methodmain
(String[] args)
tutorial 5/code/demo/ConstructorsDemo.java:5
Methodmain
(String[] args)
tutorial 5/code/demo/EqualsAndToStringDemo.java:5
Methodmain
(String[] args)
tutorial 5/code/demo/StringImmutability.java:8
Methodmain
(String[] args)
tutorial 8/code/Demo.java:10
Methodmain
(String[] args)
tutorial 8/code/hrSystem/IsADemo.java:5
Methodmain
(String[] args)
tutorial 8/code/hrSystem/InheritanceDemo.java:5
Methodmain
(String[] args)
tutorial 8/code/flyer/Demo.java:8
Methodmain
(String[] args)
tutorial 1/code/HmwSolution.java:8
Methodmain
(String[] args)
tutorial 1/code/WspSolution.java:8
Methodmain
(String[] args)
tutorial 7/code/demo/Demo.java:9
Methodmain
(String[] args)
tutorial 3/code/HwkSolution.java:7
Methodmain
(String[] args)
tutorial 3/code/Wsp3Solution2.java:7
Methodmain
(String[] args)
tutorial 3/code/Wsp3Solution1.java:8
Methodmain
(String[] args)
tutorial 6/code/CinemaDemo.java:8
Methodmain
(String[] args)
tutorial 6/code/demo/PersonDemo.java:5
Methodmain
(String[] args)
tutorial 4/code/Wks4Solution.java:11
Methodmain
(String[] args)
tutorial 4/code/Hmw4Solution.java:12
Methodmain
(String[] args)
tutorial 4/code/demo/OverloadingExample.java:24
MethodnextElement
( )
tutorial 8/code/hrSystem/EnhancedStringTokenizer.java:64
MethodnullpointerException
NullPointerException example
tutorial 10/code/ExceptionDemo.java:26
Methodprecedes
(Date otherDate)
tutorial 5/code/demo/Date.java:139
Methodprecedes
(DateFifthTry otherDate)
tutorial 5/code/demo/DateFifthTry.java:92
Methodprecedes
(Date otherDate)
tutorial 8/code/hrSystem/Date.java:171
Methodprecedes
(Date otherDate)
tutorial 8/code/hrSystem/improvedEquals/Date.java:178
MethodprintOutArray
(T[] array)
tutorial 11/code/demo/GenericDemo.java:30
MethodreadInput
( )
tutorial 5/code/demo/DateFourthTry.java:79
MethodreadInput
()
tutorial 5/code/demo/Date.java:146
MethodreadInput
( )
tutorial 5/code/demo/DateFifthTry.java:17
MethodreadInput
( )
tutorial 8/code/hrSystem/Date.java:179
MethodreadInput
( )
tutorial 8/code/hrSystem/improvedEquals/Date.java:186
MethodreadInput
()
tutorial 6/code/demo/Date.java:146
MethodscannerDemo
InputMismatchException example
tutorial 10/code/ExceptionDemo.java:50
MethodserveDrinks
()
tutorial 9/code/flyerA/AirPlane.java:17
MethodserveFood
()
tutorial 9/code/flyerA/AirPlane.java:21
MethodserveSnacks
()
tutorial 8/code/flyer/AirPlane.java:35
Methodset
(String newName, Date birthDate, Date deathDate)
tutorial 6/code/demo/Person.java:50
MethodsetBirthDate
Precondition: newDate is a consistent date of birth. Postcondition: Date of birth of the calling object is newDate.
tutorial 6/code/demo/Person.java:106
MethodsetBirthYear
Precondition: The date of birth has been set, and changing the year part of the date of birth will give a consistent date of birth. Postco
tutorial 6/code/demo/Person.java:146
MethodsetCanvasType
(String canvasType)
tutorial 8/code/TennisShoe.java:29
MethodsetCharacterName
(String characterName)
tutorial 6/code/Character.java:49
MethodsetCode
(String code)
tutorial 7/code/Subject.java:21
MethodsetColor
(String color)
tutorial 8/code/Shoe.java:30
MethodsetCoordinator
(String coordinator)
tutorial 7/code/Subject.java:39
MethodsetDay
(int day)
tutorial 5/code/demo/Date.java:82
MethodsetDay
(int day)
tutorial 5/code/demo/DateFifthTry.java:65
MethodsetDay
(int day)
tutorial 8/code/hrSystem/Date.java:102
MethodsetDay
(int day)
tutorial 8/code/hrSystem/improvedEquals/Date.java:102
MethodsetDay
(int day)
tutorial 6/code/demo/Date.java:82
MethodsetDeathDate
Precondition: newDate is a consistent date of death. Postcondition: Date of death of the calling object is newDate.
tutorial 6/code/demo/Person.java:121
MethodsetDeathYear
Precondition: The date of death has been set, and changing the year part of the date of death will give a consistent date of death. Postco
tutorial 6/code/demo/Person.java:166
MethodsetDesigner
(String designer)
tutorial 8/code/Shoe.java:38
MethodsetFirst
(T newFirst)
tutorial 11/code/demo/Pair.java:12
MethodsetFirst
(T1 newFirst)
tutorial 11/code/demo/TwoTypePair.java:19
MethodsetHeelType
(HeelType heelType)
tutorial 8/code/DressShoe.java:20
MethodsetHireDate
Precondition newDate is not null.
tutorial 8/code/hrSystem/Employee.java:66
MethodsetHireDate
Precondition newDate is not null.
tutorial 8/code/hrSystem/improvedEquals/Employee.java:66
MethodsetHours
Precondition: hoursWorked is nonnegative.
tutorial 8/code/hrSystem/HourlyEmployee.java:70
MethodsetHours
Precondition: hoursWorked is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/HourlyEmployee.java:70
MethodsetMonth
(int monthNumber)
tutorial 5/code/demo/Date.java:74
MethodsetMonth
(int monthNumber)
tutorial 5/code/demo/DateFifthTry.java:54
MethodsetMonth
(int monthNumber)
tutorial 8/code/hrSystem/Date.java:91
MethodsetMonth
(int monthNumber)
tutorial 8/code/hrSystem/improvedEquals/Date.java:91
MethodsetMonth
(int monthNumber)
tutorial 6/code/demo/Date.java:74
MethodsetMovieName
(String movieName)
tutorial 6/code/Character.java:61
MethodsetName
Precondition newName is not null.
tutorial 8/code/hrSystem/improvedEquals/Employee.java:52
MethodsetName
(String newName)
tutorial 6/code/demo/Person.java:136
MethodsetRate
Precondition: newWageRate is nonnegative.
tutorial 8/code/hrSystem/HourlyEmployee.java:84
MethodsetRate
Precondition: newWageRate is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/HourlyEmployee.java:84
MethodsetRating
(int rating)
tutorial 6/code/Character.java:57
MethodsetSalary
Precondition: newSalary is nonnegative.
tutorial 8/code/hrSystem/SalariedEmployee.java:57
MethodsetSalary
Precondition: newSalary is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/SalariedEmployee.java:57
MethodsetSecond
(T newSecond)
tutorial 11/code/demo/Pair.java:16
MethodsetSize
(float size)
tutorial 8/code/Shoe.java:46
MethodsetSoleType
(String soleType)
tutorial 8/code/TennisShoe.java:21
MethodsetTitle
(String title)
tutorial 7/code/Subject.java:30
MethodsetUsername
(String username)
tutorial 7/code/Student.java:34
MethodsetYear
(int year)
tutorial 5/code/demo/Date.java:66
MethodsetYear
(int year)
tutorial 5/code/demo/DateFifthTry.java:76
MethodsetYear
(int year)
tutorial 8/code/hrSystem/Date.java:81
MethodsetYear
(int year)
tutorial 8/code/hrSystem/improvedEquals/Date.java:81
MethodtakeOff
()
tutorial 8/code/flyer/AirPlane.java:12
MethodtakeOff
()
tutorial 8/code/flyer/Flyer.java:11
MethodtakeOff
()
tutorial 9/code/flyerA/AirPlane.java:9
MethodtakeOff
()
tutorial 9/code/flyerA/Flyer.java:14
MethodtakeOff
()
tutorial 9/code/flyerA/Bird.java:13
MethodtakeOff
()
tutorial 9/code/flyerI/Flyer.java:10
MethodtakeOff
()
tutorial 9/code/flyerI/Bird.java:16
MethodtoString
()
tutorial 11/code/demo/Pair.java:28
MethodtoString
()
tutorial 11/code/demo/TwoTypePair.java:39
MethodtoString
()
tutorial 5/code/Movie.java:42
MethodtoString
( )
tutorial 5/code/demo/DateFourthTry.java:11
MethodtoString
()
tutorial 5/code/demo/Date.java:130
MethodtoString
( )
tutorial 5/code/demo/DateFifthTry.java:100
MethodtoString
()
tutorial 8/code/DressShoe.java:24
MethodtoString
()
tutorial 8/code/Boot.java:24
MethodtoString
()
tutorial 8/code/TennisShoe.java:33
← previousnext →201–300 of 317, ranked by callers