Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ insert
Method
insert
01jvm/subinterface/Mapper.java:5–5 ·
view source on GitHub ↗
(T t)
Source
from the content-addressed store, hash-verified
3
public
interface
Mapper<T> {
4
5
void
insert(T t);
6
7
}
Callers
1
test
Method · 0.65
Implementers
1
UserDAO
01jvm/subinterface/UserDAO.java
Calls
no outgoing calls
Tested by
no test coverage detected