MCPcopy Create free account
hub / github.com/LFYSec/MScan / peek

Method peek

src/main/java/pascal/taie/util/collection/SetQueue.java:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 public E peek() {
74 Iterator<E> it = set.iterator();
75 return it.hasNext() ? it.next() : null;
76 }
77}

Callers 11

endSuperClassMethod · 0.45
endInterfaceMethod · 0.45
endTypeParamMethod · 0.45
endClassBoundMethod · 0.45
endInterfaceBoundMethod · 0.45
endTypeArgMethod · 0.45
endParameterTypeMethod · 0.45
endReturnTypeMethod · 0.45
endExceptionTypeMethod · 0.45
computeMethod · 0.45
visitMethod · 0.45

Calls 3

iteratorMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected