MCPcopy Create free account

hub / github.com/Berkeley-CS61B/skeleton-sp23 / functions

Functions684 in github.com/Berkeley-CS61B/skeleton-sp23

Methodmain
(String[] args)
lab02/src/adventure/AdventureGame.java:94
Methodmain
(String[] args)
proj3/byow/Core/Main.java:8
Methodmain
(String[] args)
proj3/byow/InputDemo/DemoInputSource.java:13
Methodmain
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab07/tests/InsertInOrderSpeedTest.java:19
Methodmain
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab07/tests/InsertRandomSpeedTest.java:15
Methodmain
(String[] args)
lab05/src/puzzle/Puzzle.java:72
Methodmain
(String[] args)
proj0/src/aoa/AoAGame.java:12
Methodmain
(String[] args)
proj0/src/aoa/guessers/NaiveLetterFreqGuesser.java:34
Methodmain
(String[] args)
proj0/src/aoa/guessers/PAGALetterFreqGuesser.java:22
Methodmain
(String[] args)
proj0/src/aoa/guessers/PatternAwareLetterFreqGuesser.java:22
Methodmain
(String[] args)
lab12/src/knightworld/KnightWorld.java:25
Methodmain
(String[] args)
lab12/src/knightworld/BoringWorldDemo.java:15
Methodmain
(String[] args)
lab12/src/knightworld/RandomWorldDemo.java:48
Methodmain
(String[] args)
lab03/src/adventure/AdventureGame.java:94
Methodmain
(String[] args)
lab03/src/timing/Experiments.java:79
Methodmain
(String[] args)
proj1c/src/gh2/TTFAF.java:15
Methodmain
(String[] args)
proj1c/src/gh2/GuitarHeroLite.java:13
Methodmake
(int N)
hw2/src/PercolationFactory.java:2
MethodnextStagePrompt
()
lab02/src/adventure/FillerStage.java:37
MethodnextStagePrompt
()
lab02/src/adventure/AdventureStage.java:7
MethodnextStagePrompt
()
lab02/src/adventure/MachineStage.java:22
MethodnextStagePrompt
()
lab02/src/adventure/SpeciesListStage.java:31
MethodnextStagePrompt
()
lab02/src/adventure/BeeCountingStage.java:67
MethodnextStagePrompt
()
lab02/src/adventure/PalindromeStage.java:59
MethodnextStagePrompt
()
lab03/src/adventure/FillerStage.java:37
MethodnextStagePrompt
()
lab03/src/adventure/MachineStage.java:22
MethodnextStagePrompt
()
lab03/src/adventure/SpeciesListStage.java:31
MethodnextStagePrompt
()
lab03/src/adventure/BeeCountingStage.java:69
MethodnextStagePrompt
()
lab03/src/adventure/PalindromeStage.java:54
MethodnumberOfOpenSites
()
hw2/src/Percolation.java:25
Methodpareto
Returns a random real number from the standard Pareto distribution. @return a random real number from the standard Pareto distribution
lab13/src/byowTools/RandomUtils.java:216
Methodpareto
Returns a random real number from the standard Pareto distribution. @return a random real number from the standard Pareto distribution
proj3/byow/Core/RandomUtils.java:216
Methodpercolates
()
hw2/src/Percolation.java:30
Methodpermutation
Returns a uniformly random permutation of <em>n</em> elements. @param n number of elements @return an array of length {@code n} that is a uniformly r
lab13/src/byowTools/RandomUtils.java:487
Methodpermutation
Returns a uniformly random permutation of <em>n</em> elements. @param n number of elements @return an array of length {@code n} that is a uniformly r
proj3/byow/Core/RandomUtils.java:487
MethodplayStage
Plays stage. Filler stages do nothing, but display their prompt, so this does nothing.
lab02/src/adventure/FillerStage.java:34
MethodplayStage
()
lab02/src/adventure/AdventureStage.java:6
MethodplayStage
()
lab02/src/adventure/MachineStage.java:27
MethodplayStage
()
lab02/src/adventure/SpeciesListStage.java:37
MethodplayStage
Gives prompt for number of bees and prints out 3 sets of bees that the user counts and inputs If wrong answer is given for number of bees, repeat with
lab02/src/adventure/BeeCountingStage.java:26
MethodplayStage
()
lab02/src/adventure/PalindromeStage.java:27
MethodplayStage
Plays stage. Filler stages do nothing, but display their prompt, so this does nothing.
lab03/src/adventure/FillerStage.java:34
MethodplayStage
()
lab03/src/adventure/MachineStage.java:27
MethodplayStage
()
lab03/src/adventure/SpeciesListStage.java:37
MethodplayStage
Gives prompt for number of bees and prints out 3 sets of bees that the user counts and inputs If wrong answer is given for number of bees, repeat with
lab03/src/adventure/BeeCountingStage.java:28
MethodplayStage
()
lab03/src/adventure/PalindromeStage.java:27
Methodpoisson
Returns a random integer from a Poisson distribution with mean &lambda;. @param lambda the mean of the Poisson distribution @return a random integer
lab13/src/byowTools/RandomUtils.java:192
Methodpoisson
Returns a random integer from a Poisson distribution with mean &lambda;. @param lambda the mean of the Poisson distribution @return a random integer
proj3/byow/Core/RandomUtils.java:192
MethodpossibleNextInput
()
proj3/byow/InputDemo/KeyboardInputSource.java:26
MethodpossibleNextInput
()
proj3/byow/InputDemo/RandomInputSource.java:22
MethodpossibleNextInput
()
proj3/byow/InputDemo/StringInputDevice.java:21
MethodprovideArguments
(ExtensionContext context)
proj0/tests/helpers/FileSourceProvider.java:32
Methodput
Inserts the key-value pair of KEY and VALUE into this map, replacing the previous value associated to KEY, if any.
lab08/src/hashmap/ULLMap.java:43
Methodput
Associates the specified value with the specified key in this map. If the map already contains the specified key, replaces the key's mapping with th
lab08/src/hashmap/Map61B.java:15
Methodput
Inserts the key-value pair of KEY and VALUE into this dictionary, replacing the previous value associated to KEY, if any.
lab07/src/ULLMap.java:38
Functionra
()
proj2a/static/jquery.min.js:2
MethodreadWords
(String filename)
proj0/tests/aoa/utils/FileUtils.java:9
MethodreadWordsOfLength
(String filename, int length)
proj0/src/aoa/utils/FileUtils.java:18
Methodremove
(K key)
lab08/src/hashmap/ULLMap.java:148
Methodremove
Removes the mapping for the specified key from this map if present, or null if there is no such mapping. Not required for Lab 8. If you don't implemen
lab08/src/hashmap/Map61B.java:39
Methodremove
(K key)
lab07/src/ULLMap.java:129
MethodremoveFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1b/src/Deque.java:49
MethodremoveFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1a/src/Deque.java:49
MethodremoveFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1c/src/deque/Deque.java:51
MethodremoveLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1b/src/Deque.java:56
MethodremoveLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1a/src/Deque.java:56
MethodremoveLast
Deletes item from back of the list and returns deleted item.
lab03/src/timing/AList.java:60
MethodremoveLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1c/src/deque/Deque.java:58
MethodrenderFrame
Takes in a 2d array of TETile objects and renders the 2d array to the screen, starting from xOffset and yOffset. If the array is an NxM array, then t
lab13/src/byowTools/TileEngine/TERenderer.java:86
MethodrenderFrame
Takes in a 2d array of TETile objects and renders the 2d array to the screen, starting from xOffset and yOffset. If the array is an NxM array, then t
proj3/byow/TileEngine/TERenderer.java:86
MethodresizeTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:81
MethodresolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab02/tests/helpers/CaptureSystemOutput.java:75
MethodresolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
proj0/tests/helpers/CaptureSystemOutput.java:75
MethodresolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab03/tests/helpers/CaptureSystemOutput.java:75
MethodreverseList
Returns a new IntList with the contents of the original IntList in reverse order.
lab02/src/adventure/PalindromeStage.java:70
MethodsanityClearTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:38
MethodsanityClearTest
()
lab07/tests/TestBSTMap.java:22
MethodsanityContainsKeyTest
()
lab07/tests/TestBSTMap.java:41
MethodsanityGenericsTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:28
MethodsanityGenericsTest
()
lab07/tests/TestBSTMap.java:9
MethodsanityGetTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:52
MethodsanityGetTest
()
lab07/tests/TestBSTMap.java:50
MethodsanityKeySetTest
()
lab08/tests/hashmap/TestMyHashMapExtra.java:58
MethodsanityKeySetTest
()
lab07/tests/TestBSTMapExtra.java:14
MethodsanityPutTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:66
MethodsanityPutTest
()
lab07/tests/TestBSTMap.java:78
MethodsanitySizeTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:59
MethodsanitySizeTest
()
lab07/tests/TestBSTMap.java:65
MethodsetSeed
Sets random seed to L so that results of randomString are predictable.
lab08/tests/speed/StringUtils.java:17
Methodsize
Returns the size of the deque. Does not alter the deque. @return the number of items in the deque.
proj1b/src/Deque.java:42
Methodsize
Returns the size of the deque. Does not alter the deque. @return the number of items in the deque.
proj1a/src/Deque.java:42
Methodsize
()
lab08/src/hashmap/ULLMap.java:27
Methodsize
Returns the number of key-value mappings in this map.
lab08/src/hashmap/Map61B.java:26
Methodsize
()
lab07/src/ULLMap.java:24
Methodsize
Returns the size of the list.
lab03/src/timing/SLList.java:71
Methodsize
Returns the number of items in the list.
lab03/src/timing/AList.java:54
MethodsolicitNCharsInput
(int n)
lab13/src/MemoryGame/MemoryGame.java:95
MethodsupportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab02/tests/helpers/CaptureSystemOutput.java:68
MethodsupportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
proj0/tests/helpers/CaptureSystemOutput.java:68
MethodsupportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab03/tests/helpers/CaptureSystemOutput.java:68
← previousnext →501–600 of 684, ranked by callers