Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chuangw6/COMP90041_Tutorial
/ functions
Functions
317 in github.com/chuangw6/COMP90041_Tutorial
⨍
Functions
317
◇
Types & classes
71
Method
main
(String[] args)
tutorial 11/code/demo/GenericDemo.java:13
Method
main
(String[] args)
tutorial 11/code/demo/TwoTypePairDemo.java:6
Method
main
(String[] args)
tutorial 2/code/Hmk2Solution.java:7
Method
main
(String[] args)
tutorial 2/code/Wsp2Solution.java:8
Method
main
(String[] args)
tutorial 5/code/demo/ConstructorsDemo.java:5
Method
main
(String[] args)
tutorial 5/code/demo/EqualsAndToStringDemo.java:5
Method
main
(String[] args)
tutorial 5/code/demo/StringImmutability.java:8
Method
main
(String[] args)
tutorial 8/code/Demo.java:10
Method
main
(String[] args)
tutorial 8/code/hrSystem/IsADemo.java:5
Method
main
(String[] args)
tutorial 8/code/hrSystem/InheritanceDemo.java:5
Method
main
(String[] args)
tutorial 8/code/flyer/Demo.java:8
Method
main
(String[] args)
tutorial 1/code/HmwSolution.java:8
Method
main
(String[] args)
tutorial 1/code/WspSolution.java:8
Method
main
(String[] args)
tutorial 7/code/demo/Demo.java:9
Method
main
(String[] args)
tutorial 3/code/HwkSolution.java:7
Method
main
(String[] args)
tutorial 3/code/Wsp3Solution2.java:7
Method
main
(String[] args)
tutorial 3/code/Wsp3Solution1.java:8
Method
main
(String[] args)
tutorial 6/code/CinemaDemo.java:8
Method
main
(String[] args)
tutorial 6/code/demo/PersonDemo.java:5
Method
main
(String[] args)
tutorial 4/code/Wks4Solution.java:11
Method
main
(String[] args)
tutorial 4/code/Hmw4Solution.java:12
Method
main
(String[] args)
tutorial 4/code/demo/OverloadingExample.java:24
Method
nextElement
( )
tutorial 8/code/hrSystem/EnhancedStringTokenizer.java:64
Method
nullpointerException
NullPointerException example
tutorial 10/code/ExceptionDemo.java:26
Method
precedes
(Date otherDate)
tutorial 5/code/demo/Date.java:139
Method
precedes
(DateFifthTry otherDate)
tutorial 5/code/demo/DateFifthTry.java:92
Method
precedes
(Date otherDate)
tutorial 8/code/hrSystem/Date.java:171
Method
precedes
(Date otherDate)
tutorial 8/code/hrSystem/improvedEquals/Date.java:178
Method
printOutArray
(T[] array)
tutorial 11/code/demo/GenericDemo.java:30
Method
readInput
( )
tutorial 5/code/demo/DateFourthTry.java:79
Method
readInput
()
tutorial 5/code/demo/Date.java:146
Method
readInput
( )
tutorial 5/code/demo/DateFifthTry.java:17
Method
readInput
( )
tutorial 8/code/hrSystem/Date.java:179
Method
readInput
( )
tutorial 8/code/hrSystem/improvedEquals/Date.java:186
Method
readInput
()
tutorial 6/code/demo/Date.java:146
Method
scannerDemo
InputMismatchException example
tutorial 10/code/ExceptionDemo.java:50
Method
serveDrinks
()
tutorial 9/code/flyerA/AirPlane.java:17
Method
serveFood
()
tutorial 9/code/flyerA/AirPlane.java:21
Method
serveSnacks
()
tutorial 8/code/flyer/AirPlane.java:35
Method
set
(String newName, Date birthDate, Date deathDate)
tutorial 6/code/demo/Person.java:50
Method
setBirthDate
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
Method
setBirthYear
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
Method
setCanvasType
(String canvasType)
tutorial 8/code/TennisShoe.java:29
Method
setCharacterName
(String characterName)
tutorial 6/code/Character.java:49
Method
setCode
(String code)
tutorial 7/code/Subject.java:21
Method
setColor
(String color)
tutorial 8/code/Shoe.java:30
Method
setCoordinator
(String coordinator)
tutorial 7/code/Subject.java:39
Method
setDay
(int day)
tutorial 5/code/demo/Date.java:82
Method
setDay
(int day)
tutorial 5/code/demo/DateFifthTry.java:65
Method
setDay
(int day)
tutorial 8/code/hrSystem/Date.java:102
Method
setDay
(int day)
tutorial 8/code/hrSystem/improvedEquals/Date.java:102
Method
setDay
(int day)
tutorial 6/code/demo/Date.java:82
Method
setDeathDate
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
Method
setDeathYear
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
Method
setDesigner
(String designer)
tutorial 8/code/Shoe.java:38
Method
setFirst
(T newFirst)
tutorial 11/code/demo/Pair.java:12
Method
setFirst
(T1 newFirst)
tutorial 11/code/demo/TwoTypePair.java:19
Method
setHeelType
(HeelType heelType)
tutorial 8/code/DressShoe.java:20
Method
setHireDate
Precondition newDate is not null.
tutorial 8/code/hrSystem/Employee.java:66
Method
setHireDate
Precondition newDate is not null.
tutorial 8/code/hrSystem/improvedEquals/Employee.java:66
Method
setHours
Precondition: hoursWorked is nonnegative.
tutorial 8/code/hrSystem/HourlyEmployee.java:70
Method
setHours
Precondition: hoursWorked is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/HourlyEmployee.java:70
Method
setMonth
(int monthNumber)
tutorial 5/code/demo/Date.java:74
Method
setMonth
(int monthNumber)
tutorial 5/code/demo/DateFifthTry.java:54
Method
setMonth
(int monthNumber)
tutorial 8/code/hrSystem/Date.java:91
Method
setMonth
(int monthNumber)
tutorial 8/code/hrSystem/improvedEquals/Date.java:91
Method
setMonth
(int monthNumber)
tutorial 6/code/demo/Date.java:74
Method
setMovieName
(String movieName)
tutorial 6/code/Character.java:61
Method
setName
Precondition newName is not null.
tutorial 8/code/hrSystem/improvedEquals/Employee.java:52
Method
setName
(String newName)
tutorial 6/code/demo/Person.java:136
Method
setRate
Precondition: newWageRate is nonnegative.
tutorial 8/code/hrSystem/HourlyEmployee.java:84
Method
setRate
Precondition: newWageRate is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/HourlyEmployee.java:84
Method
setRating
(int rating)
tutorial 6/code/Character.java:57
Method
setSalary
Precondition: newSalary is nonnegative.
tutorial 8/code/hrSystem/SalariedEmployee.java:57
Method
setSalary
Precondition: newSalary is nonnegative.
tutorial 8/code/hrSystem/improvedEquals/SalariedEmployee.java:57
Method
setSecond
(T newSecond)
tutorial 11/code/demo/Pair.java:16
Method
setSize
(float size)
tutorial 8/code/Shoe.java:46
Method
setSoleType
(String soleType)
tutorial 8/code/TennisShoe.java:21
Method
setTitle
(String title)
tutorial 7/code/Subject.java:30
Method
setUsername
(String username)
tutorial 7/code/Student.java:34
Method
setYear
(int year)
tutorial 5/code/demo/Date.java:66
Method
setYear
(int year)
tutorial 5/code/demo/DateFifthTry.java:76
Method
setYear
(int year)
tutorial 8/code/hrSystem/Date.java:81
Method
setYear
(int year)
tutorial 8/code/hrSystem/improvedEquals/Date.java:81
Method
takeOff
()
tutorial 8/code/flyer/AirPlane.java:12
Method
takeOff
()
tutorial 8/code/flyer/Flyer.java:11
Method
takeOff
()
tutorial 9/code/flyerA/AirPlane.java:9
Method
takeOff
()
tutorial 9/code/flyerA/Flyer.java:14
Method
takeOff
()
tutorial 9/code/flyerA/Bird.java:13
Method
takeOff
()
tutorial 9/code/flyerI/Flyer.java:10
Method
takeOff
()
tutorial 9/code/flyerI/Bird.java:16
Method
toString
()
tutorial 11/code/demo/Pair.java:28
Method
toString
()
tutorial 11/code/demo/TwoTypePair.java:39
Method
toString
()
tutorial 5/code/Movie.java:42
Method
toString
( )
tutorial 5/code/demo/DateFourthTry.java:11
Method
toString
()
tutorial 5/code/demo/Date.java:130
Method
toString
( )
tutorial 5/code/demo/DateFifthTry.java:100
Method
toString
()
tutorial 8/code/DressShoe.java:24
Method
toString
()
tutorial 8/code/Boot.java:24
Method
toString
()
tutorial 8/code/TennisShoe.java:33
← previous
next →
201–300 of 317, ranked by callers