MCPcopy Create free account

hub / github.com/cbourke/ComputerScienceII / functions

Functions1,172 in github.com/cbourke/ComputerScienceII

MethodNode
(T element)
notes/1231-Spring2023/156H/code/lists/Node.java:8
MethodNode
(T element)
notes/1231-Spring2023/194/code/lists/Node.java:8
MethodNode
(T item)
notes/1201-Spring2020/lists/Node.java:8
MethodPerson
(String firstName, String lastName)
notes/1251-Spring2025/CSCE156/code/Person.java:10
MethodPerson
(String firstName, String lastName)
notes/1251-Spring2025/ECEN156/code/Person.java:10
MethodPerson
(String firstName, String lastName)
notes/1251-Spring2025/CSCE156H/code/Person.java:13
MethodPerson
(String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156/code/Person.java:19
MethodPerson
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156/code/jdbc/Person.java:20
MethodPerson
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/156H/code/Person.java:20
MethodPerson
(String lastName, String firstName)
notes/1241-Spring2024/194/code/Person.java:10
MethodPerson
(Integer personId, String lastName, String firstName, LocalDate dateOfBirth)
notes/1241-Spring2024/194/code/jdbc/Person.java:17
MethodPerson
(String firstName, String lastName)
notes/1231-Spring2023/156/code/Person.java:21
MethodPerson
(String firstName, String lastName)
notes/1231-Spring2023/156H/code/Person.java:22
MethodPerson
(String firstName, String lastName)
notes/1231-Spring2023/156H/code/jdbc/Person.java:22
MethodPerson
(String lastName, String firstName)
notes/1231-Spring2023/194/code/Person.java:16
MethodPerson
(int personId, String firstName, String lastName, LocalDate dateOfBirth)
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:22
MethodQueue
()
notes/1251-Spring2025/CSCE156/code/lists/Queue.java:9
MethodQueue
()
notes/1251-Spring2025/CSCE156H/code/lists/Queue.java:9
MethodQueue
()
notes/1231-Spring2023/156/code/lists/Queue.java:10
MethodSavings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/156/code/Savings.java:14
MethodSavings
(String accountNumber, Person owner, double balance, double apr)
notes/1231-Spring2023/156H/code/Savings.java:10
MethodSavings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/156H/code/jdbc/Savings.java:14
MethodSavings
(String accountNumber, Person owner, double balance, double apr)
notes/1231-Spring2023/194/code/Savings.java:8
MethodSavings
(String accountNumber, Person owner, double balance, double annualPercentageRate)
notes/1231-Spring2023/194/code/jdbc/entities/Savings.java:14
MethodStack
()
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:9
MethodStack
()
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:9
MethodStack
(int maxSize)
notes/1231-Spring2023/156H/code/lists/Stack.java:11
MethodStock
(String accountNumber, Person owner, double sharePrice, double numberOfShares)
notes/1241-Spring2024/156/code/Stock.java:16
MethodTreeNode
(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
Methodadd
Adds the given element <code>x</code> to the end of this list. @param x
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:18
MethodaddCompany
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
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156/code/lists/MyArrayList.java:21
MethodaddElement
(T x)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:24
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156/code/lists/MyList.java:14
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyStringArrayList.java:21
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyIntegerArrayList.java:21
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyArrayList.java:21
MethodaddElement
(T x)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:23
MethodaddElement
Adds the given element <code>x</code> to the end of this list. @param x
notes/1231-Spring2023/156H/code/lists/MyList.java:13
MethodaddElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyStringArrayList.java:21
MethodaddElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyIntegerArrayList.java:21
MethodaddElement
Adds the given value <code>x</code> to the end of the list. @param x
notes/1231-Spring2023/194/code/lists/MyArrayList.java:21
MethodaddElement
(T x)
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:28
MethodaddElement
(T x)
notes/1231-Spring2023/194/code/lists/MyList.java:7
MethodaddElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:93
MethodaddElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyList.java:29
MethodaddElementAtIndex
(T x, int index)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:45
MethodaddElementAtIndex
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
MethodaddElementToStart
(T x)
notes/1231-Spring2023/156/code/lists/MyArrayList.java:25
MethodaddElementToStart
(T x)
notes/1231-Spring2023/156/code/lists/MyList.java:16
MethodaddEmail
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
MethodaddEmail
(String email)
notes/1231-Spring2023/156H/code/Person.java:41
MethodaddEquipment
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
MethodaddEquipmentLeaseToInvoice
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
MethodaddEquipmentPurchaseToInvoice
Adds an Equipment purchase record to the given invoice. @param invoiceUuid @param itemUuid
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:121
MethodaddInvoice
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
MethodaddLicense
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
MethodaddLicenseToInvoice
Adds a license record to the given invoice. @param invoiceUuid @param itemUuid @param beginDate @param endDate
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:160
MethodaddPerson
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
MethodaddService
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
MethodaddServiceToInvoice
Adds a service record to the given invoice. @param invoiceUuid @param itemUuid @param servicePersonUuid @param numberOfHours
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:147
MethodaddToEnd
(T x)
notes/1211-Spring2021/lists_code/MyLinkedList.java:64
MethodaddToEnd
(T x)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:38
MethodaddToEnd
(T x)
notes/1211-Spring2021/lists_code/honors/MyList.java:53
MethodbfsTraversal
(List<T> result)
notes/1201-Spring2020/trees/BinaryTree.java:24
MethodbreadthFirstSearch
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:91
MethodbreadthFirstSearch
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:85
MethodbreadthFirstSearch
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:88
MethodclearDatabase
Removes all records from all tables in the database.
assignments/1261-Spring2026/assignment06-files/InvoiceData.java:16
Methodcompare
(Book a, Book b)
notes/1251-Spring2025/CSCE156/code/BookDemo.java:61
Methodcompare
(Book a, Book b)
notes/1241-Spring2024/156/code/BookDemo.java:36
Methodcompare
(Book a, Book b)
notes/1241-Spring2024/194/code/BookDemo.java:35
Methodcompare
(Integer s, Integer t)
notes/1231-Spring2023/194/code/trees/TreeUtils.java:111
MethodcompareTo
(Person that)
notes/1251-Spring2025/ECEN156/code/Person.java:29
MethodcompareTo
(Person that)
notes/1251-Spring2025/CSCE156H/code/Person.java:49
MethodcompareTo
(Person that)
notes/1241-Spring2024/156/code/jdbc/Person.java:58
MethodcompareTo
(Person that)
notes/1241-Spring2024/156H/code/Person.java:58
MethodcompareTo
(Person that)
notes/1241-Spring2024/194/code/Person.java:20
MethodcompareTo
(Person that)
notes/1241-Spring2024/194/code/jdbc/Person.java:33
MethodcompareTo
(Person that)
notes/1231-Spring2023/156H/code/Person.java:50
Methodcontains
TODO @param value @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:111
Methodcontains
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
Methodcontains
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
← previousnext →501–600 of 1,172, ranked by callers