graphmatekt
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
graphmatekt
graphmatekt
/
graphMateKT.graphClasses
/
AdjacencyList
Adjacency
List
interface
AdjacencyList
Members
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
deep
Copy
Link copied to clipboard
abstract
fun
deepCopy
(
)
:
AdjacencyList
edges
Link copied to clipboard
abstract
fun
edges
(
node
:
Int
)
:
Edges
for
Each
Edge
Link copied to clipboard
abstract
fun
forEachEdge
(
node
:
Int
,
action
:
(
Double
,
Int
)
->
Unit
)
for
Each
Neighbour
Link copied to clipboard
abstract
fun
forEachNeighbour
(
node
:
Int
,
action
:
(
Int
)
->
Unit
)
neighbours
Link copied to clipboard
abstract
fun
neighbours
(
node
:
Int
)
:
IntArray
nodes
Link copied to clipboard
abstract
fun
nodes
(
)
:
IntArray
reversed
Link copied to clipboard
abstract
fun
reversed
(
)
:
AdjacencyList