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 IndexIntIdMapIndexIntIdMap.identityEdgesMap(IntSet edgeSet) Create an identity mapping between the elements IDs and indices.static IndexIntIdMapIndexIntIdMap.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 IntCollectionIndexIdMaps.indexToIdCollection(IntCollection indexCollection, IndexIntIdMap map) Create an int IDs collection from a collection of indices.static IntIteratorIndexIdMaps.indexToIdIterator(IntIterator indexIter, IndexIntIdMap map) Create an IDs iterator from an iterator of indices.static IntListIndexIdMaps.indexToIdList(IntList indexList, IndexIntIdMap map) Create an IDs list from a list of indices.static IntSetIndexIdMaps.indexToIdSet(IntSet indexSet, IndexIntIdMap map) Create an IDs set from a set of indices.