Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp21
/ functions
Functions
625 in github.com/Berkeley-CS61B/skeleton-sp21
⨍
Functions
625
◇
Types & classes
112
Method
getRecursive
(int i)
proj1ec/tester/ArrayDequeSolution.java:15
Method
hasNext
()
lab8/hashmap/ULLMap.java:130
Method
hasNext
()
lab7/bstmap/ULLMap.java:114
Method
hasNext
()
proj0/game2048/Board.java:133
Method
hashCode
()
proj0/game2048/Model.java:198
Method
haveBirthday
Increases a dog's age and celebrates!
lab6/capers/Dog.java:49
Method
isEmpty
()
proj1ec/student/StudentArrayDeque.java:187
Method
isLowerCase
Returns true if string S consists of characters between 'a' and 'z' only. No spaces, numbers, upper-case, or any other characters are allowed.
lab8/speed/StringUtils.java:35
Method
isLowerCase
Returns true if string S consists of characters between 'a' and 'z' only. No spaces, numbers, upper-case, or any other characters are allowed.
lab7/bstmap/StringUtils.java:34
Method
iterativeSize
Return the size of the list using no recursion!
lab2/IntList/IntList.java:21
Method
iterator
()
lab8/hashmap/ULLMap.java:69
Method
iterator
()
lab7/bstmap/ULLMap.java:63
Method
iterator
()
proj0/game2048/Board.java:147
Method
iterator
()
proj0/game2048/Board.java:152
Method
keyPressed
Respond to the user pressing key E by queuing the key on our queue of pending keys.
proj0/game2048/GUI.java:59
Method
keySet
()
lab8/hashmap/ULLMap.java:158
Method
keySet
Returns a Set view of the keys contained in this map.
lab8/hashmap/Map61B.java:33
Method
keySet
()
lab7/bstmap/ULLMap.java:141
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab8/speed/BucketsSpeedTest.java:23
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab8/speed/InsertInOrderSpeedTest.java:23
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab8/speed/InsertRandomSpeedTest.java:21
Method
main
Deserialize and apply dump to the contents of each of the files in FILES.
proj2/gitlet/DumpObj.java:34
Method
main
Usage: java gitlet.Main ARGS, where ARGS contains <COMMAND> <OPERAND1> <OPERAND2> ...
proj2/gitlet/Main.java:11
Method
main
(String[] args)
proj3/byow/lab13/MemoryGame.java:31
Method
main
(String[] args)
proj3/byow/Networking/BYOWClient.java:125
Method
main
(String[] args)
proj3/byow/lab12/BoringWorldDemo.java:15
Method
main
(String[] args)
proj3/byow/lab12/RandomWorldDemo.java:47
Method
main
(String[] args)
proj3/byow/Core/Main.java:8
Method
main
(String[] args)
proj3/byow/InputDemo/DemoInputSource.java:13
Method
main
(String[] args)
lab2/DebugExercise/DebugExercise1.java:14
Method
main
(String[] args)
lab2/DebugExercise/DebugExercise2.java:78
Method
main
Driver Code
lab2/IntList/Primes.java:71
Method
main
(String[] args)
lab1/GetEnvironmentVariables.java:14
Method
main
(String[] args)
lab1/Collatz.java:17
Method
main
(String[] args)
lab1/HelloWorld.java:2
Method
main
(String[] args)
lab1/CheckLabConfig.java:73
Method
main
(String[] args)
lab1/HelloNumbers.java:2
Method
main
(String[] args)
proj1/gh2/TTFAF.java:16
Method
main
(String[] args)
proj1/gh2/GuitarHeroLite.java:12
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab7/bstmap/InsertInOrderSpeedTest.java:22
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab7/bstmap/InsertRandomSpeedTest.java:18
Method
main
(String [] args)
lab4/flik/HorribleSteve.java:4
Method
main
The main program. ARGS may contain the options --seed=NUM, (random seed); --log (record moves and random tiles selected.).
proj0/game2048/Main.java:20
Method
main
(String[] args)
lab3/timingtest/SLList.java:75
Method
main
(String[] args)
lab3/timingtest/StopwatchDemo.java:20
Method
main
(String[] args)
lab3/timingtest/TimeAList.java:20
Method
main
(String[] args)
lab3/timingtest/TimeSLList.java:20
Method
main
This main method is optional.
proj1ec/tester/AssertEqualsStringDemo.java:18
Method
main
(String[] args)
proj1ec/tester/StudentArrayDequeLauncher.java:10
Method
main
Runs one of three commands: story [text] -- Appends "text" + a newline to a story file in the .capers directory. Additionally, prints
lab6/capers/Main.java:39
Method
makeDog
Creates and persistently saves a dog using the first three non-command arguments of args (name, breed, age). Also prints out the dog's information usi
lab6/capers/CapersRepository.java:51
Method
markEnd
Indicate that "GAME OVER" label should be displayed.
proj0/game2048/BoardWidget.java:109
Method
message
Print a message composed from MSG and ARGS as for the String.format method, followed by a newline.
proj2/gitlet/Utils.java:235
Method
move
Return the result of moving me to (COL, ROW).
proj0/game2048/Tile.java:45
Method
move
Places the Tile TILE at column COL, row ROW where COL and ROW are treated as coordinates with respect to the current viewPerspective. Returns whether
proj0/game2048/Board.java:88
Method
multipleParamTest
()
proj1/deque/LinkedListDequeTest.java:83
Method
newGame
Response to "New Game" button click.
proj0/game2048/GUI.java:52
Method
next
()
proj0/game2048/Board.java:137
Method
opposite
Returns the side opposite of side S.
proj0/game2048/Side.java:42
Method
paintComponent
(Graphics2D g)
proj0/game2048/BoardWidget.java:114
Method
pareto
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
Method
permutation
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
Method
plainFilenamesIn
Returns a list of the names of all plain files in the directory DIR, in lexicographic order as Java Strings. Returns null if DIR does not denote a
proj2/gitlet/Utils.java:174
Method
poisson
Returns a random integer from a Poisson distribution with mean λ. @param lambda the mean of the Poisson distribution @return a random integer
proj3/byow/Core/RandomUtils.java:192
Method
possibleNextInput
()
proj3/byow/InputDemo/KeyboardInputSource.java:26
Method
possibleNextInput
()
proj3/byow/InputDemo/RandomInputSource.java:22
Method
possibleNextInput
()
proj3/byow/InputDemo/StringInputDevice.java:21
Method
printDeque
()
proj1ec/student/Deque.java:16
Method
printDeque
()
proj1ec/tester/ArrayDequeSolution.java:11
Method
printTimingTable
(AList<Integer> Ns, AList<Double> times, AList<Integer> opCounts)
lab3/timingtest/TimeAList.java:8
Method
printTimingTable
(AList<Integer> Ns, AList<Double> times, AList<Integer> opCounts)
lab3/timingtest/TimeSLList.java:8
Method
put
Inserts the key-value pair of KEY and VALUE into this dictionary, replacing the previous value associated to KEY, if any.
lab8/hashmap/ULLMap.java:43
Method
put
Associates the specified value with the specified key in this map. If the map previously contained a mapping for the key, the old value is replaced.
lab8/hashmap/Map61B.java:30
Method
put
Inserts the key-value pair of KEY and VALUE into this dictionary, replacing the previous value associated to KEY, if any.
lab7/bstmap/ULLMap.java:40
Method
quit
Response to "Quit" button click.
proj0/game2048/GUI.java:46
Method
readContentsAsString
Return the entire contents of FILE as a String. FILE must be a normal file. Throws IllegalArgumentException in case of problems.
proj2/gitlet/Utils.java:110
Method
readContentsAsString
Return the entire contents of FILE as a String. FILE must be a normal file. Throws IllegalArgumentException in case of problems.
lab6/capers/Utils.java:46
Method
readObject
Return an object of type T read from FILE, casting it to EXPECTEDCLASS. Throws IllegalArgumentException in case of problems.
lab6/capers/Utils.java:77
Method
remove
(K key)
lab8/hashmap/ULLMap.java:148
Method
remove
Removes the mapping for the specified key from this map if present. Not required for Lab 8. If you don't implement this, throw an UnsupportedOperation
lab8/hashmap/Map61B.java:40
Method
remove
(K key)
lab7/bstmap/ULLMap.java:131
Method
removeEmptyTest
()
proj1/deque/LinkedListDequeTest.java:60
Method
removeFirst
()
proj1ec/student/StudentArrayDeque.java:55
Method
removeFirst
()
proj1ec/tester/ArrayDequeSolution.java:19
Method
removeLast
Deletes item from back of the list and returns deleted item.
lab3/randomizedtest/BuggyAList.java:61
Method
removeLast
Deletes item from back of the list and returns deleted item.
lab3/randomizedtest/AListNoResizing.java:49
Method
removeLast
Deletes item from back of the list and returns deleted item.
lab3/timingtest/AList.java:60
Method
removeLast
()
proj1ec/student/StudentArrayDeque.java:102
Method
removeLast
()
proj1ec/tester/ArrayDequeSolution.java:27
Method
restrictedDelete
Deletes FILE if it exists and is not a directory. Returns true if FILE was deleted, and false otherwise. Refuses to delete FILE and throws Illegal
proj2/gitlet/Utils.java:72
Method
sanityClearTest
()
lab8/hashmap/TestMyHashMapBuckets.java:42
Method
sanityClearTest
()
lab7/bstmap/TestBSTMap.java:22
Method
sanityContainsKeyTest
()
lab8/hashmap/TestMyHashMapBuckets.java:52
Method
sanityContainsKeyTest
()
lab7/bstmap/TestBSTMap.java:40
Method
sanityGenericsTest
()
lab8/hashmap/TestMyHashMapBuckets.java:13
Method
sanityGenericsTest
()
lab8/hashmap/TestMyHashMap.java:16
Method
sanityGenericsTest
()
lab7/bstmap/TestBSTMap.java:9
Method
sanityGetTest
()
lab8/hashmap/TestMyHashMapBuckets.java:62
Method
sanityGetTest
()
lab7/bstmap/TestBSTMap.java:49
Method
sanityKeySetTest
()
lab8/hashmap/TestMyHashMapBuckets.java:91
← previous
next →
401–500 of 625, ranked by callers