Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbourke/ComputerScienceII
/ functions
Functions
1,172 in github.com/cbourke/ComputerScienceII
⨍
Functions
1,172
◇
Types & classes
223
Method
Node
(T element)
notes/1231-Spring2023/156H/code/lists/Node.java:8
Method
Node
(T element)
notes/1231-Spring2023/194/code/lists/Node.java:8
Method
Node
(T item)
notes/1201-Spring2020/lists/Node.java:8
Method
Person
(String firstName, String lastName)
notes/1251-Spring2025/CSCE156/code/Person.java:10
Method
Person
(String firstName, String lastName)
notes/1251-Spring2025/ECEN156/code/Person.java:10
Method
Person
(String firstName, String lastName)
notes/1251-Spring2025/CSCE156H/code/Person.java:13
Method
Person
(String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156/code/Person.java:19
Method
Person
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156/code/jdbc/Person.java:20
Method
Person
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156H/code/Person.java:20
Method
Person
(String lastName, String firstName)
notes/1241-Spring2024/194/code/Person.java:10
Method
Person
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/194/code/jdbc/Person.java:17
Method
Person
(String firstName, String lastName)
notes/1231-Spring2023/156/code/Person.java:21
Method
Person
(String firstName, String lastName)
notes/1231-Spring2023/156H/code/Person.java:22
Method
Person
(String firstName, String lastName)
notes/1231-Spring2023/156H/code/jdbc/Person.java:22
Method
Person
(String lastName, String firstName)
notes/1231-Spring2023/194/code/Person.java:16
Method
Person
(int personId, String firstName, String lastName, LocalDate dateOfBirth)
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:22
Method
Queue
()
notes/1251-Spring2025/CSCE156/code/lists/Queue.java:9
Method
Queue
()
notes/1251-Spring2025/CSCE156H/code/lists/Queue.java:9
Method
Queue
()
notes/1231-Spring2023/156/code/lists/Queue.java:10
Method
Savings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/156/code/Savings.java:14
Method
Savings
(String accountNumber, Person owner, double balance, double apr)
notes/1231-Spring2023/156H/code/Savings.java:10
Method
Savings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/156H/code/jdbc/Savings.java:14
Method
Savings
(String accountNumber, Person owner, double balance, double apr)
notes/1231-Spring2023/194/code/Savings.java:8
Method
Savings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/194/code/jdbc/entities/Savings.java:14
Method
Stack
()
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:9
Method
Stack
()
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:9
Method
Stack
(int maxSize)
notes/1231-Spring2023/156H/code/lists/Stack.java:11
Method
Stock
(String accountNumber, Person owner, double sharePrice, double numberOfShares)
notes/1241-Spring2024/156/code/Stock.java:16
Method
TreeNode
(T value)
notes/1201-Spring2020/trees/TreeNode.java:10
Method
__eq__
Equality and ordering is determined based only on (canvas) id
scripts/codepost/assignment.py:31
Method
__eq__
(self, other)
scripts/codepost/group.py:39
Method
__eq__
Equality and ordering is determined based only on NUID
scripts/codepost/person.py:46
Method
__hash__
(self)
scripts/codepost/assignment.py:28
Method
__hash__
(self)
scripts/codepost/person.py:43
Method
__init__
(self, assignment_id, name = None, points = None)
scripts/codepost/assignment.py:15
Method
__init__
(self, instructor_nuids=[], grader_nuids=[])
scripts/codepost/course.py:48
Method
__init__
(self, canvas_group_id=None, canvas_group_name=None)
scripts/codepost/group.py:25
Method
__init__
(self, nuid, name = None, canvas_id = None,
scripts/codepost/person.py:29
Method
__lt__
Equality and ordering is determined based only on (canvas) id
scripts/codepost/assignment.py:37
Method
__lt__
(self, other)
scripts/codepost/group.py:42
Method
__lt__
Equality and ordering is determined based only on NUID
scripts/codepost/person.py:52
Method
__repr__
(self)
scripts/codepost/assignment.py:25
Method
__str__
(self)
scripts/codepost/assignment.py:22
Method
__str__
(self)
scripts/codepost/course.py:78
Method
__str__
(self)
scripts/codepost/group.py:29
Method
__str__
(self)
scripts/codepost/person.py:40
Method
add
Adds the given element <code>x</code> to the end of this list. @param x
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:18
Method
addCompany
Adds a company record to the database with the primary contact person identified by the given code. @param companyUuid @param name @param contactUuid
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:59
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156/code/lists/MyArrayList.java:21
Method
addElement
(T x)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:24
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156/code/lists/MyList.java:14
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyStringArrayList.java:21
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyIntegerArrayList.java:21
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyArrayList.java:21
Method
addElement
(T x)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:23
Method
addElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyList.java:13
Method
addElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyStringArrayList.java:21
Method
addElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyIntegerArrayList.java:21
Method
addElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyArrayList.java:21
Method
addElement
(T x)
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:28
Method
addElement
(T x)
notes/1231-Spring2023/194/code/lists/MyList.java:7
Method
addElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:93
Method
addElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyList.java:29
Method
addElementAtIndex
(T x, int index)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:45
Method
addElementAtIndex
Adds the given element <code>x</code> at the given <code>index</code>, automatically shifting stuff down. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyList.java:22
Method
addElementToStart
(T x)
notes/1231-Spring2023/156/code/lists/MyArrayList.java:25
Method
addElementToStart
(T x)
notes/1231-Spring2023/156/code/lists/MyList.java:16
Method
addEmail
Adds an email record corresponding person record corresponding to the provided <code>personUuid</code> @param personUuid @param email
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:43
Method
addEmail
(String email)
notes/1231-Spring2023/156H/code/Person.java:41
Method
addEquipment
Adds an equipment record to the database of the given values. @param equipmentUuid @param name @param modelNumber @param retailPrice
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:73
Method
addEquipmentLeaseToInvoice
Adds an Equipment lease record to the given invoice. @param invoiceUuid @param itemUuid @param start @param end
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:134
Method
addEquipmentPurchaseToInvoice
Adds an Equipment purchase record to the given invoice. @param invoiceUuid @param itemUuid
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:121
Method
addInvoice
Adds an Invoice record to the database with the given data. @param invoiceUuid @param customerUuid @param salesPersonUuid @param date
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:110
Method
addLicense
Adds a license record to the database of the given values. @param equipmentUuid @param name @param serviceFee @param annualFee
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:98
Method
addLicenseToInvoice
Adds a license record to the given invoice. @param invoiceUuid @param itemUuid @param beginDate @param endDate
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:160
Method
addPerson
Method to add a person record to the database with the provided data. @param personUuid @param firstName @param lastName @param street @param city @p
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:31
Method
addService
Adds a service record to the database of the given values. @param equipmentUuid @param name @param costPerHour
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:85
Method
addServiceToInvoice
Adds a service record to the given invoice. @param invoiceUuid @param itemUuid @param servicePersonUuid @param numberOfHours
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:147
Method
addToEnd
(T x)
notes/1211-Spring2021/lists_code/MyLinkedList.java:64
Method
addToEnd
(T x)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:38
Method
addToEnd
(T x)
notes/1211-Spring2021/lists_code/honors/MyList.java:53
Method
bfsTraversal
(List<T> result)
notes/1201-Spring2020/trees/BinaryTree.java:24
Method
breadthFirstSearch
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:91
Method
breadthFirstSearch
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:85
Method
breadthFirstSearch
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:88
Method
clearDatabase
Removes all records from all tables in the database.
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:16
Method
compare
(Book a, Book b)
notes/1251-Spring2025/CSCE156/code/BookDemo.java:61
Method
compare
(Book a, Book b)
notes/1241-Spring2024/156/code/BookDemo.java:36
Method
compare
(Book a, Book b)
notes/1241-Spring2024/194/code/BookDemo.java:35
Method
compare
(Integer s, Integer t)
notes/1231-Spring2023/194/code/trees/TreeUtils.java:111
Method
compareTo
(Person that)
notes/1251-Spring2025/ECEN156/code/Person.java:29
Method
compareTo
(Person that)
notes/1251-Spring2025/CSCE156H/code/Person.java:49
Method
compareTo
(Person that)
notes/1241-Spring2024/156/code/jdbc/Person.java:58
Method
compareTo
(Person that)
notes/1241-Spring2024/156H/code/Person.java:58
Method
compareTo
(Person that)
notes/1241-Spring2024/194/code/Person.java:20
Method
compareTo
(Person that)
notes/1241-Spring2024/194/code/jdbc/Person.java:33
Method
compareTo
(Person that)
notes/1231-Spring2023/156H/code/Person.java:50
Method
contains
TODO @param value @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:111
Method
contains
Returns <code>true</code> if this tree contains the given element <code>x</code>, <code>false</code> otherwise. @param x @return
notes/1231-Spring2023/156/code/trees/BinarySearchTree.java:68
Method
contains
Returns <code>true</code> if this BST contains the given element <code>x</code>, false otherwise. @param x @return
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:71
← previous
next →
501–600 of 1,172, ranked by callers