Uses of Interface
com.jgalgo.graph.IndexIntIdMap
Packages that use IndexIntIdMap
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IndexIntIdMap in com.jgalgo.graph
Methods in com.jgalgo.graph that return IndexIntIdMapModifier and TypeMethodDescriptionstatic IndexIntIdMap
IndexIntIdMap.identityEdgesMap
(IntSet edgeSet) Create an identity mapping between the elements IDs and indices.static IndexIntIdMap
IndexIntIdMap.identityVerticesMap
(IntSet vertexSet) Create an identity mapping between the elements IDs and indices.IndexGraph.indexGraphEdgesMap()
Deprecated.this function will always return the identity mapping, no reason to call itIntGraph.indexGraphEdgesMap()
IndexGraph.indexGraphVerticesMap()
Deprecated.this function will always return the identity mapping, no reason to call itIntGraph.indexGraphVerticesMap()
Methods in com.jgalgo.graph with parameters of type IndexIntIdMapModifier and TypeMethodDescriptionstatic IntCollection
IndexIdMaps.indexToIdCollection
(IntCollection indexCollection, IndexIntIdMap map) Create an int IDs collection from a collection of indices.static IntIterator
IndexIdMaps.indexToIdIterator
(IntIterator indexIter, IndexIntIdMap map) Create an IDs iterator from an iterator of indices.static IntList
IndexIdMaps.indexToIdList
(IntList indexList, IndexIntIdMap map) Create an IDs list from a list of indices.static IntSet
IndexIdMaps.indexToIdSet
(IntSet indexSet, IndexIntIdMap map) Create an IDs set from a set of indices.