Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ contains
Method
contains
src/com/sun/jna/Structure.java:520–523 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
518
@Override
519
public
int
size() {
return
count; }
520
@Override
521
public
boolean contains(Object o) {
522
return
indexOf((Structure) o) != -1;
523
}
524
@Override
525
public
boolean add(Structure o) {
526
if
(!contains(o)) {
Callers
15
add
Method · 0.95
testPlatformToStrings
Method · 0.80
testPerfstatProcesses
Method · 0.80
testPerfstatProtocols
Method · 0.80
setXAttr
Method · 0.80
testMsiLocateComponentW
Method · 0.80
testMsiGetComponentPathW
Method · 0.80
testGetScreenshot
Method · 0.80
testVkMappable
Method · 0.80
testGetModuleFileNameEx
Method · 0.80
testGetProcessImageFileName
Method · 0.80
testGetProcessFilePath
Method · 0.80
Calls
1
indexOf
Method · 0.95
Tested by
15
testPlatformToStrings
Method · 0.64
testPerfstatProcesses
Method · 0.64
testPerfstatProtocols
Method · 0.64
setXAttr
Method · 0.64
testMsiLocateComponentW
Method · 0.64
testMsiGetComponentPathW
Method · 0.64
testGetScreenshot
Method · 0.64
testVkMappable
Method · 0.64
testGetModuleFileNameEx
Method · 0.64
testGetProcessImageFileName
Method · 0.64
testGetProcessFilePath
Method · 0.64
testWTSEnumerateProcessesEx
Method · 0.64