Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/auto
/ add
Method
add
common/src/test/java/com/google/auto/common/OverridesTest.java:285–285 ·
view source on GitHub ↗
(E x)
Source
from the content-addressed store, hash-verified
283
static
class
TypesForGenerics {
284
interface
GCollection<E> {
285
boolean add(E x);
286
}
287
288
interface
GList<E> extends GCollection<E> {
Callers
nothing calls this directly
Implementers
7
Params
common/src/test/java/com/google/auto/c
StringList
common/src/test/java/com/google/auto/c
RawList
common/src/test/java/com/google/auto/c
XAbstractCollection
common/src/test/java/com/google/auto/c
XAbstractList
common/src/test/java/com/google/auto/c
ListBuilder
value/src/it/functional/src/test/java/
TypeMirrorSet
value/src/main/java/com/google/auto/va
Calls
no outgoing calls
Tested by
no test coverage detected