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
removeElementAtIndex
(int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:75
Method
removeElementAtIndex
(int index)
notes/1231-Spring2023/156/code/lists/MyList.java:27
Method
removeElementAtIndex
(int index)
notes/1231-Spring2023/194/code/lists/MyList.java:19
Method
removeLastElement
()
notes/1231-Spring2023/194/code/lists/MyStringArrayList.java:25
Method
removeLastElement
()
notes/1231-Spring2023/194/code/lists/MyIntegerArrayList.java:25
Method
removeLastElement
()
notes/1231-Spring2023/194/code/lists/MyArrayList.java:25
Method
removeLastElement
()
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:47
Method
removeLastElement
()
notes/1231-Spring2023/194/code/lists/MyList.java:9
Method
replace
Replaces (and returns) the element at <code>index</code> with the given element <code>x</code> @param x @param index
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:81
Method
replace
Replaces (and returns) the element at <code>index</code> with the given element <code>x</code> @param x @param index
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:61
Method
replace
Replaces (and returns) the element at <code>index</code> with the given element <code>x</code> @param x @param index
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:100
Method
replaceElement
Replaces the element at the given <code>index</code> with the element <code>x</code>. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyStringArrayList.java:78
Method
replaceElement
Replaces the element at the given <code>index</code> with the element <code>x</code>. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyIntegerArrayList.java:78
Method
replaceElement
Replaces the element at the given <code>index</code> with the element <code>x</code>. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyArrayList.java:78
Method
replaceElement
(T x, int index)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:80
Method
replaceElement
Replaces the element at the given <code>index</code> with the element <code>x</code>. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyList.java:35
Method
replaceElementAtIndex
Replaces the element at the given <code>index</code> with <code>x</code> @param x @param index
notes/1231-Spring2023/156/code/lists/MyArrayList.java:36
Method
replaceElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:53
Method
replaceElementAtIndex
Replaces the element at the given <code>index</code> with <code>x</code> @param x @param index
notes/1231-Spring2023/156/code/lists/MyList.java:25
Method
replaceElementAtIndex
(String x, int index)
notes/1231-Spring2023/194/code/lists/MyStringArrayList.java:67
Method
replaceElementAtIndex
(int x, int index)
notes/1231-Spring2023/194/code/lists/MyIntegerArrayList.java:67
Method
replaceElementAtIndex
(T x, int index)
notes/1231-Spring2023/194/code/lists/MyArrayList.java:67
Method
replaceElementAtIndex
(T x, int index)
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:71
Method
replaceElementAtIndex
(T x, int index)
notes/1231-Spring2023/194/code/lists/MyList.java:17
Method
retrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:44
Function
save_file
Saves the `contents` to a file specified by the `path`/`name`
scripts/codepost/codepost_utils.py:20
Method
serial
()
notes/1231-Spring2023/156H/code/jdbc/LoadDemo.java:59
Method
setEmails
(List<String> emails)
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:51
Method
setItem
(T item)
notes/1201-Spring2020/lists/Node.java:17
Method
size
()
notes/1251-Spring2025/CSCE156/code/lists/MyAbstractList.java:16
Method
size
()
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:22
Method
size
Returns the current size of the list. @return
notes/1251-Spring2025/CSCE156H/code/lists/MyAbstractList.java:43
Method
smallTree
()
notes/1231-Spring2023/156/code/trees/TreeUtils.java:83
Method
smallTree
()
notes/1231-Spring2023/156H/code/trees/TreeUtils.java:82
Method
smallTree
()
notes/1231-Spring2023/194/code/trees/TreeUtils.java:82
Method
subList
Returns a new (deep copy) sublist of this list from index i (inclusive) to index j (exclusive) @param i @param j @return
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:104
Method
subList
Returns a new (deep copy) sublist of this list from index i (inclusive) to index j (exclusive) @param i @param j @return
notes/1251-Spring2025/CSCE156H/code/lists/MyArrayList.java:85
Method
testAddAndDeleteBulkFromFront
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:71
Method
testAddAndDeleteBulkFromFront
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:69
Method
testAddAndGet
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:10
Method
testAddAndGet
()
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedListTests.java:9
Method
testAddAndGet
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:10
Method
testAddAndGet
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:10
Method
testAddAndGet
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:11
Method
testAddAndGet
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:14
Method
testAddAndGetBulk
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:32
Method
testAddAndGetBulk
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:30
Method
testAddAndGetBulk
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:37
Method
testAddAndGetBulk
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:40
Method
testAddAndGetBulkFromFront
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:57
Method
testAddAndGetInterleaved
()
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedListTests.java:33
Method
testAddAndGetInterleaved
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:76
Method
testAddAtIndex
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:88
Method
testAddAtIndex
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:86
Method
testBulkAddAndGet
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:35
Method
testBulkAddAndGet
()
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedListTests.java:52
Method
testBulkAddAndGetFromFront
()
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedListTests.java:67
Method
testConvertFlowEmptyList
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:18
Method
testConvertFlowLargeValue
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:57
Method
testConvertFlowMultipleElements
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:33
Method
testConvertFlowMultipleLargeValues
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:71
Method
testConvertFlowNegativeAndPositiveValues
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:88
Method
testConvertFlowNegativeValue
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:43
Method
testConvertFlowSingleElement
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:25
Method
testConvertFlowSmallValue
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:64
Method
testConvertFlowWithNullList
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:81
Method
testConvertFlowZeroValue
()
assignments/1261-Spring2026/assignment00-files/ConvertFlowTests.java:50
Method
testDelete
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:69
Method
testDelete
()
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedListTests.java:84
Method
testDeleteBulkFromBack
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:114
Method
testDeleteBulkFromBack
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:128
Method
testDeleteBulkFromFront
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:95
Method
testDeleteBulkFromFront
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:113
Method
testDeleteFromBack
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:96
Method
testDeleteFromFront
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:82
Method
testDeleteFromFrontAndBack
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:101
Method
testDeleteFromMiddle
()
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedListTests.java:144
Method
testEquipmentLease
TODO: proper documentation for every method
assignments/1261-Spring2026/assignment02-files/EntityTests.java:59
Method
testEquipmentPurchase
Creates an instance of purchased equipment and tests if its cost and tax calculations are correct. TODO: finish implementation
assignments/1261-Spring2026/assignment02-files/EntityTests.java:23
Method
testFloodCapacity2x2GridAllBelowWaterLevel
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:37
Method
testFloodCapacity3x3GridWithVaryingElevations
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:45
Method
testFloodCapacityEmptyGrid
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:13
Method
testFloodCapacityGridAllAboveWaterLevel
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:77
Method
testFloodCapacityGridWithMixedElevations
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:61
Method
testFloodCapacityGridWithNegativeElevations
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:53
Method
testFloodCapacityGridWithZeroElevations
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:69
Method
testFloodCapacityLargeGrid
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:85
Method
testFloodCapacitySingleValueAboveWaterLevel
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:21
Method
testFloodCapacitySingleValueBelowWaterLevel
()
assignments/1261-Spring2026/assignment00-files/FloodCapacityTests.java:29
Method
testIndexBounds00
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:54
Method
testIndexBounds01
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:62
Method
testIndexBounds02
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:68
Method
testIndexBounds03
()
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayListTests.java:75
Method
testIndexBoundsTest01
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:50
Method
testIndexBoundsTest01
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:48
Method
testIndexBoundsTest02
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:56
Method
testIndexBoundsTest02
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:54
Method
testIndexBoundsTest03
()
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayListTests.java:62
Method
testIndexBoundsTest03
()
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedListTests.java:60
Method
testInvalid01
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayListTests.java:51
← previous
next →
1,001–1,100 of 1,172, ranked by callers