Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/lectureCode-sp15
/ functions
Functions
735 in github.com/Berkeley-CS61B/lectureCode-sp15
⨍
Functions
735
◇
Types & classes
273
Method
SList
()
lec10/live2/SList.java:11
Method
SList
()
lec10/live1/SList.java:11
Method
SList
()
lec6/webcast/SList.java:10
Method
SList
(int x)
lec6/live2/SList.java:48
Method
SentinelSList
(int x)
lec6/live2/SentinelSList.java:48
Method
ShowDog
(String n)
lec10/exercises/TypingPuzzle.java:43
Method
Stack
()
lec17/live1/EDA/Stack.java:13
Method
Stack
()
lec17/live1/EDA/DelegationStack.java:13
Method
Stack
()
lec17/live1/EDA/AdaptationStack.java:13
Method
ULLMapIter
Create a new ULLMapIter by setting _cur to the first node in the linked list that stores the key-value pairs.
lec17/live2/Map/ULLMap.java:106
Method
ULLMapIter
Create a new ULLMapIter by setting _cur to the first node in the linked list that stores the key-value pairs.
lec17/live1/ULLMap/ULLMap.java:107
Method
Walrus
(int w, double ts)
lec3/examples/PollQuestions.java:22
Method
Walrus
(int w, double ts)
lec3/examples/PassByValueFigure.java:20
Method
apply
(int x)
lec11/live2/HoF/TenX.java:7
Method
clear
Removes all of the mappings from this map.
lec17/live2/Map/ULLMap.java:26
Method
clear
Removes all of the mappings from this map.
lec17/live2/Map/Map61B.java:8
Method
clear
Removes all of the mappings from this map.
lec17/live1/ULLMap/ULLMap.java:27
Method
clear
Removes all of the mappings from this map.
lec17/live1/ULLMap/Map61B.java:8
Method
compare
(Point2D p1, Point2D p2)
lec11/exercises/hardMode/Comparator/XComparator.java:7
Method
compare
(Point2D p1, Point2D p2)
lec11/live2/Comparator/XComparator.java:7
Method
compare
(Point2D p1, Point2D p2)
lec11/live1/Comparator/XComparator.java:7
Method
compareTo
(Dog d)
lec12/live2/WeirdDogComparable.java:6
Method
compareTo
(Dog d)
lec12/live1/FakeDogComparable.java:8
Method
compareTo
(Object obj)
lec11/live2/MaxOurComparable/OurComparable.java:2
Method
compareTo
(Object obj)
lec11/live2/MaxOurComparable/Dog.java:7
Method
compareTo
(Object obj)
lec11/live2/MaxFailure/Dog.java:7
Method
compareTo
(Object obj)
lec11/live2/MaxComparable/OurComparable.java:2
Method
compareTo
(Dog otherDog)
lec11/live2/MaxComparable/Dog.java:7
Method
compareTo
Returns < 0 if this < obj, return 0 if this is equal obj return > 0 if this > obj
lec11/live1/MaxOurComparable/OurComparable.java:5
Method
compareTo
Compares, assuming obj is a Dog.
lec11/live1/MaxOurComparable/Dog.java:7
Method
compareTo
Compares, assuming obj is a Dog.
lec11/live1/MaxComparable/Dog.java:7
Method
containsKey
Returns true if and only if this dictionary contains KEY as the key of some key-value pair.
lec17/live2/Map/ULLMap.java:47
Method
containsKey
(K key)
lec17/live2/Map/Map61B.java:11
Method
containsKey
Returns true if and only if this dictionary contains KEY as the key of some key-value pair.
lec17/live1/ULLMap/ULLMap.java:48
Method
containsKey
(K key)
lec17/live1/ULLMap/Map61B.java:11
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec8/exercises/hardMode/AList.java:25
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec15/exercises/hardMode/Iteration/AList.java:56
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec15/live2/Iteration/AList.java:92
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec15/live1/Iterator/AList.java:89
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec10/exercises/hardMode/AList.java:55
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec10/live2/AList.java:53
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec10/live1/AList.java:52
Method
get
Gets the ith item in the list (0 is the front).
lec8/exercises/hardMode/AList.java:19
Method
get
Returns the ith item in the list.
lec15/exercises/hardMode/Iteration/XList.java:9
Method
get
Gets the ith item in the list (0 is the front).
lec15/exercises/hardMode/Iteration/AList.java:49
Method
get
Returns the ith item in the list.
lec15/live2/Iteration/XList.java:9
Method
get
Gets the ith item in the list (0 is the front).
lec15/live2/Iteration/AList.java:85
Method
get
Returns the ith item in the list.
lec15/live1/Iterator/XList.java:9
Method
get
Gets the ith item in the list (0 is the front).
lec15/live1/Iterator/AList.java:82
Method
get
Returns the value corresponding to KEY or null if no such value exists.
lec17/live2/Map/ULLMap.java:13
Method
get
Returns the Entry in this linked list of key-value pairs whose key is equal to KEY, or null if no such Entry exists.
lec17/live2/Map/ULLMap.java:86
Method
get
(K key)
lec17/live2/Map/Map61B.java:19
Method
get
Returns the value corresponding to KEY or null if no such value exists.
lec17/live1/ULLMap/ULLMap.java:14
Method
get
Returns the Entry in this linked list of key-value pairs whose key is equal to KEY, or null if no such Entry exists.
lec17/live1/ULLMap/ULLMap.java:87
Method
get
Gets the ith item in the list (0 is the front).
lec10/exercises/hardMode/AList.java:49
Method
get
Returns the ith item in the list.
lec10/exercises/hardMode/SList.java:56
Method
get
(int i)
lec10/live2/XList.java:10
Method
get
(int i)
lec10/live2/AList.java:45
Method
get
Gets the ith item in the list (0 is the front).
lec10/live1/AList.java:45
Method
get
Returns the ith item in the list.
lec10/live1/SList.java:49
Method
getBack
Returns the item from the back of the list.
lec8/exercises/hardMode/AList.java:15
Method
getBack
()
lec9/exercises/example/VisualizableMaxSListProblem.java:57
Method
getBack
()
lec9/exercises/example/SList.java:44
Method
getBack
()
lec9/exercises/webcast/SList.java:50
Method
getBack
()
lec9/exercises/webcast/oldFlavor/SList.java:48
Method
getBack
()
lec9/exercises/hardMode/SList.java:42
Method
getBack
()
lec15/exercises/hardMode/Iteration/AbstractXList.java:6
Method
getBack
()
lec15/exercises/hardMode/Iteration/XList.java:7
Method
getBack
()
lec15/live2/Iteration/AbstractXList.java:6
Method
getBack
()
lec15/live2/Iteration/XList.java:7
Method
getBack
()
lec15/live1/Iterator/AbstractXList.java:6
Method
getBack
()
lec15/live1/Iterator/XList.java:7
Method
getBack
()
lec10/exercises/hardMode/SList.java:45
Method
getBack
()
lec10/live2/AbstractXList.java:6
Method
getBack
()
lec10/live2/XList.java:9
Method
getBack
()
lec10/live2/SList.java:46
Method
getBack
()
lec10/live1/AbstractXList.java:8
Method
getFront
()
lec9/exercises/example/VisualizableMaxSListProblem.java:53
Method
getFront
()
lec10/exercises/hardMode/SList.java:41
Method
getFront
()
lec10/live2/SList.java:42
Method
getFront
()
lec10/live1/SList.java:43
Method
getY
()
lec11/exercises/hardMode/Comparator/Point2D.java:17
Method
getY
()
lec11/live2/Comparator/Point2D.java:17
Method
getY
()
lec11/live1/Comparator/Point2D.java:17
Method
hasNext
()
lec17/live2/Map/ULLMap.java:110
Method
hasNext
()
lec17/live1/ULLMap/ULLMap.java:111
Method
indexOfSmallest
Find the smallest item in A starting from START.
lec4/exercises/hardMode/Sort.java:16
Method
insertBack
(int x)
lec9/exercises/example/VisualizableMaxSListProblem.java:36
Method
insertBack
(int x)
lec9/exercises/example/SList.java:21
Method
insertBack
(int x)
lec9/exercises/webcast/SList.java:27
Method
insertBack
(int x)
lec9/exercises/webcast/oldFlavor/SList.java:25
Method
insertBack
(int x)
lec9/exercises/hardMode/SList.java:21
Method
insertBack
(int x)
lec15/exercises/hardMode/Iteration/XList.java:6
Method
insertBack
(int x)
lec15/live2/Iteration/XList.java:6
Method
insertBack
(int x)
lec15/live1/Iterator/XList.java:6
Method
insertBack
(int x)
lec10/exercises/hardMode/SList.java:22
Method
insertBack
(int x)
lec10/live2/XList.java:8
Method
insertBack
(int x)
lec10/live2/SList.java:22
Method
insertBack
Inserts X into the back of the list.
lec10/live1/AList.java:34
Method
insertFront
(int x)
lec9/exercises/example/SList.java:32
← previous
next →
301–400 of 735, ranked by callers