KeyPool

io.joern.x2cpg.utils.KeyPool
trait KeyPool

A pool of long integers. Using the method next, the pool provides the next id in a thread-safe manner.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def next: Long