MCPcopy Create free account

hub / github.com/cbourke/ComputerScienceII / functions

Functions1,172 in github.com/cbourke/ComputerScienceII

MethodgetSymbol
()
notes/1221-Spring2022/honors/Isotope.java:65
MethodgetTermYears
()
notes/1231-Spring2023/156/code/Annuity.java:26
MethodgetTermYears
()
notes/1231-Spring2023/156H/code/Annuity.java:18
MethodgetTermYears
()
notes/1231-Spring2023/156H/code/jdbc/Annuity.java:26
MethodgetTermYears
()
notes/1231-Spring2023/194/code/jdbc/entities/Annuity.java:26
MethodgetTitle
()
notes/1251-Spring2025/ECEN156/code/Book.java:43
MethodgetTitle
()
notes/1251-Spring2025/CSCE156H/code/Book.java:46
MethodgetTitle
()
notes/1241-Spring2024/156/code/Film.java:20
MethodgetTitle
()
notes/1241-Spring2024/156/code/Book.java:49
MethodgetTitle
()
notes/1241-Spring2024/194/code/Book.java:51
MethodgetTitle
()
notes/1231-Spring2023/156/code/Book.java:40
MethodgetTitle
()
notes/1231-Spring2023/194/code/Book.java:21
MethodgetTitle
()
notes/1201-Spring2020/H/jdbc/Film.java:35
MethodgetTitle
()
notes/1201-Spring2020/sql/Film.java:30
MethodgetValue
()
notes/1241-Spring2024/156/code/Stock.java:22
MethodgetValue
()
notes/1241-Spring2024/156/code/Annuity.java:26
MethodgetValue
()
notes/1231-Spring2023/156/code/Savings.java:35
MethodgetValue
()
notes/1231-Spring2023/156/code/Annuity.java:36
MethodgetValue
()
notes/1231-Spring2023/156/code/Account.java:22
MethodgetValue
()
notes/1231-Spring2023/156H/code/Annuity.java:22
MethodgetValue
()
notes/1231-Spring2023/156H/code/Account.java:23
MethodgetValue
()
notes/1231-Spring2023/156H/code/jdbc/Savings.java:35
MethodgetValue
()
notes/1231-Spring2023/156H/code/jdbc/Annuity.java:36
MethodgetValue
()
notes/1231-Spring2023/156H/code/jdbc/Account.java:22
MethodgetValue
()
notes/1231-Spring2023/194/code/Account.java:42
MethodgetValue
()
notes/1231-Spring2023/194/code/jdbc/entities/Savings.java:35
MethodgetValue
()
notes/1231-Spring2023/194/code/jdbc/entities/Annuity.java:36
MethodgetValue
()
notes/1231-Spring2023/194/code/jdbc/entities/Account.java:22
MethodgetYear
()
notes/1241-Spring2024/194/code/Book.java:38
MethodgetYearsOld
()
notes/1241-Spring2024/194/code/jdbc/Person.java:72
MethodgetZip
()
notes/1201-Spring2020/H/oop/Address.java:30
MethodgetZip
()
notes/1201-Spring2020/oop/Address.java:22
MethodgetZipCode
()
notes/1231-Spring2023/194/code/jdbc/entities/Address.java:36
Functionget_assignment_group_d
Retrieves the canvas assignment group ID for the assignment group with the given name. Returns None if no such assignment group exists.
scripts/codepost/canvas_utils.py:303
Functionget_assignments_in_group
Retrieves all assignments from an assignment group (for the given `group_id`) from canvas. Returns a list of assignments.
scripts/codepost/canvas_utils.py:331
Functionget_grade_comments
Returns any comment(s) included in an assignment submission for the given `assignment_id`/`user_id`. Returns an empty list if no comment
scripts/codepost/canvas_utils.py:261
Functionget_sections
Retrieves all sections from the canvas course. You can futher use https://canvas.unl.edu/api/v1/sections/{sectionId}/enrollments to ge
scripts/codepost/canvas_utils.py:234
MethodhasNext
()
notes/1251-Spring2025/CSCE156/code/lists/Node.java:34
MethodhasNext
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:30
MethodhasNext
()
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:34
MethodhasNext
()
notes/1211-Spring2021/lists_code/Node.java:24
MethodhasNext
()
notes/1211-Spring2021/lists_code/honors/Node.java:24
MethodhasNext
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:123
MethodhasNext
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:113
MethodhasNext
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:119
MethodhasNext
()
notes/1201-Spring2020/lists/Node.java:29
MethodhasParent
()
notes/1201-Spring2020/trees/TreeNode.java:30
MethodhashCode
()
notes/1251-Spring2025/CSCE156/code/Person.java:40
MethodhashCode
()
notes/1251-Spring2025/CSCE156/code/Book.java:77
MethodhashCode
()
notes/1251-Spring2025/ECEN156/code/Person.java:40
MethodhashCode
()
notes/1251-Spring2025/ECEN156/code/Book.java:76
MethodhashCode
()
notes/1251-Spring2025/CSCE156H/code/Person.java:32
MethodhashCode
()
notes/1241-Spring2024/156/code/Person.java:68
MethodhashCode
()
notes/1241-Spring2024/156/code/jdbc/Person.java:41
MethodhashCode
()
notes/1241-Spring2024/156H/code/Person.java:41
MethodhashCode
()
notes/1241-Spring2024/194/code/Person.java:30
MethodhashCode
()
notes/1241-Spring2024/194/code/jdbc/Person.java:43
MethodhashCode
()
notes/1231-Spring2023/156/code/Person.java:59
MethodhashCode
()
notes/1231-Spring2023/156H/code/Person.java:60
MethodhashCode
()
notes/1231-Spring2023/156H/code/Savings.java:30
MethodhashCode
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:79
MethodhashCode
()
notes/1231-Spring2023/194/code/Person.java:36
MethodhashCode
()
notes/1231-Spring2023/194/code/Account.java:25
MethodhashCode
()
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:74
MethodhashCode
()
notes/1201-Spring2020/trees/TreeNode.java:72
MethodinOrder
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:36
MethodinOrder
()
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:97
MethodinOrder
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:22
MethodinOrder
()
notes/1231-Spring2023/194/code/trees/BinarySearchTree.java:20
MethodinOrderRecursive
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:37
MethodindexOf
Returns the first index at which the given value is stored. Returns -1 in the case that value is not in this list. @param value @return
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:84
MethodindexOf
Returns the first index at which the given value is stored. Returns -1 in the case that value is not in this list. @param value @return
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:129
MethodindexOf
(T key)
notes/1211-Spring2021/lists_code/MyLinkedList.java:96
MethodindexOf
(T key)
notes/1211-Spring2021/lists_code/MyList.java:65
MethodindexOf
(T key)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:84
MethodindexOf
(T key)
notes/1211-Spring2021/lists_code/honors/MyList.java:65
MethodinorderRecursive
(TreeNode<T> current, List<T> result)
notes/1201-Spring2020/trees/BinaryTree.java:117
Methodinsert
Inserts the given element <code>x</code> to this list at the given <code>index</code>. @param x @param index
notes/1251-Spring2025/CSCE156/code/lists/MyArrayList.java:27
Methodinsert
Inserts the given element <code>x</code> to this list at the given <code>index</code>. @param x @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyArrayList.java:21
Methodinsert
(T x)
notes/1231-Spring2023/156/code/trees/BinaryTree.java:17
Methodinsert
(T x)
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:17
Methodinsert
(T x)
notes/1231-Spring2023/194/code/trees/BinaryTree.java:18
MethodinsertElementAtIndex
(T x, int index)
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:111
MethodinsertElementAtIndex
(T x, int index)
notes/1231-Spring2023/194/code/lists/MyList.java:21
MethodinsertFilm
(Film f)
notes/1201-Spring2020/sql/Film.java:117
MethodisEmpty
()
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:23
MethodisEmpty
()
notes/1231-Spring2023/194/code/lists/MyPriorityQueue.java:20
MethodisEmpty
()
notes/1231-Spring2023/194/code/lists/MyQueue.java:23
MethodisEmpty
()
notes/1231-Spring2023/194/code/lists/MyStack.java:58
MethodisFull
Returns <code>true</code> if the internal array has reached its capacity. (private to make it not a leaky abstraction) @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:157
MethodisFull
Returns <code>true</code> if the internal array has reached its capacity. (private to make it not a leaky abstraction) @return
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:129
MethodisFull
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:92
MethodisFull
()
notes/1251-Spring2025/CSCE156H/code/lists/MyArrayList.java:73
MethodisRightChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:67
MethodisTail
()
notes/1251-Spring2025/CSCE156/code/lists/Node.java:30
MethodisTail
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:34
MethodisTail
()
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:38
Methoditerator
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:115
Methoditerator
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:104
Methoditerator
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:111
← previousnext →801–900 of 1,172, ranked by callers