This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb_56541
/
designPattern
Watch
1
Star
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0dfe1411c2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0dfe1411c2'
${ noResults }
designPattern
/
src
/
factoryMethod
/
Vehicle.java
6 lines
68 B
Raw
Blame
History
package
factoryMethod
;
public
interface
Vehicle
{
void
go
(
)
;
}
Reference in new issue
View Git Blame
Copy Permalink