Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgo/Coursera-Java-for-Android
/ functions
Functions
25 in github.com/TheAlgo/Coursera-Java-for-Android
⨍
Functions
25
◇
Types & classes
4
↓ 1 callers
Method
boxSurfaceArea
(double length, double width, double depth)
Week 1/Logic.java:193
↓ 1 callers
Method
boxVolume
(double length, double width, double depth)
Week 1/Logic.java:189
↓ 1 callers
Method
calculate
This is the method that actually does the calculations. <p> We provide you this method that way we can test it with unit testing.
Week 2/Birthday Problem/Logic.java:77
↓ 1 callers
Method
circleArea
(double radius)
Week 1/Logic.java:172
↓ 1 callers
Method
circleCircumference
(double radius)
Week 1/Logic.java:176
↓ 1 callers
Method
drawDiamond
(int size, int i, int j, int accumulator)
Week 2/ASCII art/Logic_ASCIIart.java:69
↓ 1 callers
Method
rectangleArea
(double length, double width)
Week 1/Logic.java:164
↓ 1 callers
Method
rectanglePerimeter
(double length, double width)
Week 1/Logic.java:168
↓ 1 callers
Method
rightTriangleArea
(double base, double height)
Week 1/Logic.java:180
↓ 1 callers
Method
rightTrianglePerimeter
(double base, double height)
Week 1/Logic.java:184
↓ 1 callers
Method
setSwing
(int direction)
Week 3/Gate.java:17
↓ 1 callers
Method
sphereSurfaceArea
(double radius)
Week 1/Logic.java:202
↓ 1 callers
Method
sphereVolume
(double radius)
Week 1/Logic.java:198
Method
Gate
()
Week 3/Gate.java:13
Method
Logic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'
Week 1/Logic.java:49
Method
Logic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'.
Week 2/ASCII art/Logic_ASCIIart.java:39
Method
Logic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'
Week 2/Birthday Problem/Logic.java:42
Method
close
()
Week 3/Gate.java:33
Method
getSwingDirection
()
Week 3/Gate.java:37
Method
open
(int direction)
Week 3/Gate.java:25
Method
process
This is the method that will (eventually) get called when the on-screen button labeled 'Process...' is pressed.
Week 1/Logic.java:57
Method
process
This is the method that will (eventually) get called when the on-screen button labeled 'Process...' is pressed.
Week 2/ASCII art/Logic_ASCIIart.java:47
Method
process
This is the method that will (eventually) get called when the on-screen button labelled 'Process...' is pressed.
Week 2/Birthday Problem/Logic.java:50
Method
thru
(int count)
Week 3/Gate.java:41
Method
toString
()
Week 3/Gate.java:50