Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ Interface
Interface
Interface
tests/src/Interface.java:2–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
public
interface
Interface
3
{
4
public
String getString();
5
public
Integer getInteger();
6
public
int
getPrimitiveInt();
7
public
boolean getPrimitiveBool();
8
public
Object getNull();
9
}
10
Callers
5
consumeInterface
Method · 0.65
consumeInterface
Method · 0.65
consumeInterface
Method · 0.65
consumeInterface
Method · 0.65
consumeInterface
Method · 0.65
Implementers
1
InterfaceImpl
tests/src/InterfaceImpl.java
Calls
no outgoing calls
Tested by
no test coverage detected